]> pd.if.org Git - pdclib/blobdiff - opt/c_locale/_PDCLIB_initclocale.c
dos2unix
[pdclib] / opt / c_locale / _PDCLIB_initclocale.c
index 4b214e46690d234d996a9317af1498a0a6c317ef..d7cf35063fffa040671787ffc00655a4cac72b63 100644 (file)
@@ -1,29 +1,29 @@
-/* _PDCLIB_initclocale( locale_t )\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 REGTEST\r
-#include "_PDCLIB_clocale.h"\r
-#include "_PDCLIB_locale.h"\r
-\r
-void _PDCLIB_initclocale( locale_t l )\r
-{\r
-    // TODO: There will be more added here...\r
-\r
-    l->_WCType     = _PDCLIB_wcinfo;\r
-    l->_WCTypeSize = _PDCLIB_wcinfo_size;\r
-}\r
-\r
-#endif\r
-\r
-#ifdef TEST\r
-#include "_PDCLIB_test.h"\r
-\r
-int main()\r
-{\r
-    return TEST_RESULTS;\r
-}\r
-\r
+/* _PDCLIB_initclocale( locale_t )
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+#ifndef REGTEST
+#include "_PDCLIB_clocale.h"
+#include "_PDCLIB_locale.h"
+
+void _PDCLIB_initclocale( locale_t l )
+{
+    // TODO: There will be more added here...
+
+    l->_WCType     = _PDCLIB_wcinfo;
+    l->_WCTypeSize = _PDCLIB_wcinfo_size;
+}
+
+#endif
+
+#ifdef TEST
+#include "_PDCLIB_test.h"
+
+int main()
+{
+    return TEST_RESULTS;
+}
+
 #endif
\ No newline at end of file