// ---------------------------------------------------------------------------- // $Id$ // ---------------------------------------------------------------------------- // Public Domain C Library - http://pdclib.sourceforge.net // This code is Public Domain. Use, modify, and redistribute at will. // ---------------------------------------------------------------------------- struct lconv * localeconv( void ) { /* TODO */ }; char * setlocale( int categories, const char * locale_name ) { /* TODO */ };