X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fflushbuffer.c;h=8d5f9212bf9bf539e5147870fe3d7fdd41ad59b3;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=e68c6c49041875243d7e983211b682e0e4bbd28c;hpb=ce0e5d8cd76b50f239fb8e95170502b146247b35;p=pdclib diff --git a/platform/example/functions/_PDCLIB/flushbuffer.c b/platform/example/functions/_PDCLIB/flushbuffer.c index e68c6c4..8d5f921 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,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include @@ -99,7 +97,7 @@ int _PDCLIB_flushbuffer( struct _PDCLIB_file_t * stream ) #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {