]> pd.if.org Git - pdclib/blob - functions/locale.c
Added template implementation files.
[pdclib] / functions / locale.c
1 // ----------------------------------------------------------------------------
2 // $Id$
3 // ----------------------------------------------------------------------------
4 // Public Domain C Library - http://pdclib.sourceforge.net
5 // This code is Public Domain. Use, modify, and redistribute at will.
6 // ----------------------------------------------------------------------------
7
8 struct lconv * localeconv( void ) { /* TODO */ };
9 char * setlocale( int categories, const char * locale_name ) { /* TODO */ };