]> pd.if.org Git - pdclib/blobdiff - opt/c_locale/_PDCLIB_clocale.h
dos2unix
[pdclib] / opt / c_locale / _PDCLIB_clocale.h
index 4d13ee5244721daeb21fff7622232887f9bef22b..09ccc4d2d172869dc62a438a7ed8552c5145c408 100644 (file)
@@ -1,19 +1,19 @@
-/* "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
+/* "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\r
-\r
-void _PDCLIB_initclocale( locale_t l );\r
-\r
+#endif
+
+void _PDCLIB_initclocale( locale_t l );
+
 #ifdef __cplusplus
 }
-#endif\r
-#endif // _PDCLIB_CLOCALE_H\r
+#endif
+#endif // _PDCLIB_CLOCALE_H