]> pd.if.org Git - pdclib/blobdiff - platform/win32/functions/_PDCLIB/_PDCLIB_freepages.c
dos2unix
[pdclib] / platform / win32 / functions / _PDCLIB / _PDCLIB_freepages.c
index 6779b50f70724d586d119a669f70d3d28c718d79..4a0404afc472e9ae16404e4a5030e74ec245ddec 100644 (file)
@@ -1,30 +1,30 @@
-/* _PDCLIB_allocpages( int const )\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
-/* This is a stub implementation of _PDCLIB_allocpages\r
-*/\r
-\r
-#include <stdint.h>\r
-#include <stddef.h>\r
-#include <errno.h>\r
-#ifndef REGTEST\r
-#include "_PDCLIB_glue.h"\r
-\r
-void _PDCLIB_freepages( void * p, size_t n )\r
-{\r
-    return;\r
-}\r
-#endif\r
-\r
-#ifdef TEST\r
-#include "_PDCLIB_test.h"\r
-\r
-int main( void )\r
-{\r
-    return TEST_RESULTS;\r
-}\r
-\r
-#endif\r
+/* _PDCLIB_allocpages( int const )
+
+   This file is part of the Public Domain C Library (PDCLib).
+   Permission is granted to use, modify, and / or redistribute at will.
+*/
+
+/* This is a stub implementation of _PDCLIB_allocpages
+*/
+
+#include <stdint.h>
+#include <stddef.h>
+#include <errno.h>
+#ifndef REGTEST
+#include "_PDCLIB_glue.h"
+
+void _PDCLIB_freepages( void * p, size_t n )
+{
+    return;
+}
+#endif
+
+#ifdef TEST
+#include "_PDCLIB_test.h"
+
+int main( void )
+{
+    return TEST_RESULTS;
+}
+
+#endif