X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fflushbuffer.c;h=3ed891f159987aba96086bcf67948c32db5c3d16;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=e68c6c49041875243d7e983211b682e0e4bbd28c;hpb=ce0e5d8cd76b50f239fb8e95170502b146247b35;p=pdclib diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/flushbuffer.c index e68c6c4..3ed891f 100644 --- a/platform/example/functions/_PDCLIB/flushbuffer.c +++ b/platform/example/functions/_PDCLIB/flushbuffer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_flushbuffer( struct _PDCLIB_file_t * ) This file is part of the Public Domain C Library (PDCLib). @@ -14,7 +12,8 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> + +#include "_PDCLIB_glue.h" #include @@ -97,9 +96,9 @@ int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream ) #endif - #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) { @@ -108,4 +107,3 @@ int main( void ) } #endif -