]> pd.if.org Git - pdclib/blobdiff - functions/locale.c
Added template implementation files.
[pdclib] / functions / locale.c
diff --git a/functions/locale.c b/functions/locale.c
new file mode 100644 (file)
index 0000000..4dfe663
--- /dev/null
@@ -0,0 +1,9 @@
+// ----------------------------------------------------------------------------
+// $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 */ };