X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=432e3b97fe0a4a2e512d85cb51645a573afb1d4e;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=b778f3f9dabe374c63a54b551b4e2bbf38d61669;hpb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;p=pdclib diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index b778f3f..432e3b9 100644 --- a/platform/example/functions/stdio/tmpfile.c +++ b/platform/example/functions/stdio/tmpfile.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* tmpfile( void ) This file is part of the Public Domain C Library (PDCLib). @@ -14,7 +12,7 @@ #include #include -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include #include @@ -88,10 +86,10 @@ struct _PDCLIB_file_t * tmpfile( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include -int main() +int main( void ) { FILE * fh; #ifndef REGTEST