]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/_PDCLIB_open.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / _PDCLIB / _PDCLIB_open.c
index b7b64fec366bd2586d5ec6849637e309258c0eea..686ea4ba3d9f2a7102b7c8f585d4ed7ec7db2593 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */\r
-\r
 /* _PDCLIB_open( char const * const, int )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
@@ -13,7 +11,7 @@
 #include <errno.h>\r
 \r
 #ifndef REGTEST\r
-#include <_PDCLIB_glue.h>\r
+#include "_PDCLIB_glue.h"\r
 \r
 bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,\r
                    char const * const filename, unsigned int mode )\r
@@ -25,7 +23,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps,
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 #include <stdlib.h>\r
 #include <string.h>\r