]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_PDCLIB_ftell64.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / _PDCLIB_ftell64.c
index f72d2f96098ccfbe311bd5c4212eb23a18c9ed2e..77ab8723921e6f9513e7b3bba03bd4f36adb7163 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_ftell64( FILE * )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
@@ -11,7 +9,7 @@
 #include <limits.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_io.h"\r
 \r
 uint_fast64_t _PDCLIB_ftell64_unlocked( FILE * stream )\r
 {\r
@@ -50,7 +48,7 @@ uint_fast64_t _PDCLIB_ftell64( FILE * stream )
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #include <stdlib.h>\r
 \r