]> pd.if.org Git - pdclib/blobdiff - functions/locale/freelocale.c
dos2unix
[pdclib] / functions / locale / freelocale.c
index 7d5073b4ded6fd89e28471dcd0d1634b1864a417..6ab34e9f0bb0ca7f49b026292fab148023bbf5a2 100644 (file)
@@ -1,29 +1,29 @@
-/* freelocale( 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
-#include <locale.h>\r
-#ifndef REGTEST\r
-#include "_PDCLIB_locale.h"\r
-#include <assert.h>\r
-\r
-void freelocale( locale_t newloc )\r
-{\r
-    if( newloc != NULL ) {\r
-        assert( ! "Not implemented" );\r
-    }\r
-}\r
-\r
-#endif\r
-\r
-#ifdef TEST\r
-#include "_PDCLIB_test.h"\r
-\r
-int main( void )\r
-{\r
-    TESTCASE( NO_TESTDRIVER );\r
-    return TEST_RESULTS;\r
-}\r
-#endif\r
+/* freelocale( locale_t )
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+#include <locale.h>
+#ifndef REGTEST
+#include "_PDCLIB_locale.h"
+#include <assert.h>
+
+void freelocale( locale_t newloc )
+{
+    if( newloc != NULL ) {
+        assert( ! "Not implemented" );
+    }
+}
+
+#endif
+
+#ifdef TEST
+#include "_PDCLIB_test.h"
+
+int main( void )
+{
+    TESTCASE( NO_TESTDRIVER );
+    return TEST_RESULTS;
+}
+#endif