]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_PDCLIB_fvopen.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / _PDCLIB_fvopen.c
index 2a5720948cd10251b4e5e07eb3ca47d7e7079fa5..307d0c9cc04a38fb879005ff0f080800128934fd 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */\r
-\r
-/* _PDCLIB_fvopen( _PDCLIB_fd_t fd, _PDCLIB_fileops_t *  )\r
+/* _PDCLIB_fvopen( _PDCLIB_fd_t, _PDCLIB_fileops_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
@@ -10,8 +8,8 @@
 #include <stdlib.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
-#include <_PDCLIB_io.h>\r
+#include "_PDCLIB_glue.h"\r
+#include "_PDCLIB_io.h"\r
 #include <string.h>\r
 #include <threads.h>\r
 \r
@@ -81,7 +79,7 @@ FILE * _PDCLIB_fvopen(
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r