3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
9 #include <_PDCLIB_locale.h>
11 struct lconv * localeconv( void )
13 return &_PDCLIB_threadlocale()->_Conv;
19 #include <_PDCLIB_test.h>
23 TESTCASE( NO_TESTDRIVER );