X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2F_PDCLIB_open.c;h=686ea4ba3d9f2a7102b7c8f585d4ed7ec7db2593;hp=b7b64fec366bd2586d5ec6849637e309258c0eea;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=baf13261427b80f6e3aab2c7ce485ab08d31144f diff --git a/platform/example/functions/_PDCLIB/_PDCLIB_open.c b/platform/example/functions/_PDCLIB/_PDCLIB_open.c index b7b64fe..686ea4b 100644 --- a/platform/example/functions/_PDCLIB/_PDCLIB_open.c +++ b/platform/example/functions/_PDCLIB/_PDCLIB_open.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_open( char const * const, int ) This file is part of the Public Domain C Library (PDCLib). @@ -13,7 +11,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps, char const * const filename, unsigned int mode ) @@ -25,7 +23,7 @@ bool _PDCLIB_open( _PDCLIB_fd_t * pFd, const _PDCLIB_fileops_t ** pOps, #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include #include