]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/freepages.c
dos2unix
[pdclib] / platform / example / functions / _PDCLIB / freepages.c
index ef1893e0ef177e1adb98efdfa22d27f967ecb54f..62549762e50d2b4f4b026707155a2e383ec716af 100644 (file)
@@ -1,28 +1,28 @@
-/* _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 "_PDCLIB_glue.h"\r
-#include <errno.h>\r
-\r
-void _PDCLIB_freepages( void * p, size_t n )\r
-{\r
-    return;\r
-}\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 "_PDCLIB_glue.h"
+#include <errno.h>
+
+void _PDCLIB_freepages( void * p, size_t n )
+{
+    return;
+}
+
+#ifdef TEST
+#include "_PDCLIB_test.h"
+
+int main( void )
+{
+    return TEST_RESULTS;
+}
+
+#endif