]> pd.if.org Git - pdclib.old/blobdiff - opt/c_locale/_PDCLIB_clocale.h
PDCLIB-1 (PDCLIB-3) Make wide character classification/collation information locale...
[pdclib.old] / opt / c_locale / _PDCLIB_clocale.h
diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h
new file mode 100644 (file)
index 0000000..ee51d28
--- /dev/null
@@ -0,0 +1,15 @@
+/* "C" Locale Support\r
+\r
+   This file is part of the Public Domain C Library (PDCLib).\r
+   Permission is granted to use, modify, and / or redistribute at will.\r
+*/\r
+\r
+#ifndef _PDCLIB_CLOCALE_H\r
+#define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H\r
+#include <locale.h>\r
+_PDCLIB_BEGIN_EXTERN_C\r
+\r
+void _PDCLIB_initclocale( locale_t l );\r
+\r
+_PDCLIB_END_EXTERN_C\r
+#endif // _PDCLIB_CLOCALE_H\r