]> pd.if.org Git - pdclib/blobdiff - internals/_PDCLIB_clocale.h
Moved the C locale implementation into main code base. None of these are really optio...
[pdclib] / internals / _PDCLIB_clocale.h
diff --git a/internals/_PDCLIB_clocale.h b/internals/_PDCLIB_clocale.h
new file mode 100644 (file)
index 0000000..09ccc4d
--- /dev/null
@@ -0,0 +1,19 @@
+/* "C" Locale Support
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+#ifndef _PDCLIB_CLOCALE_H
+#define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H
+#include <locale.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void _PDCLIB_initclocale( locale_t l );
+
+#ifdef __cplusplus
+}
+#endif
+#endif // _PDCLIB_CLOCALE_H