]> pd.if.org Git - pdclib/blobdiff - opt/c_locale/_PDCLIB_clocale.h
Moved the C locale implementation into main code base. None of these are really optio...
[pdclib] / opt / c_locale / _PDCLIB_clocale.h
diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h
deleted file mode 100644 (file)
index 09ccc4d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* "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