X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2Fstdio%2Ftmpfile.c;h=c3bbab05307859e52c971cb412146e7589e7ec71;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=b778f3f9dabe374c63a54b551b4e2bbf38d61669;hpb=a7a8d2f1c85c2d7760d4d3479e90466cc3a81b04;p=pdclib diff --git a/platform/example/functions/stdio/tmpfile.c b/platform/example/functions/stdio/tmpfile.c index b778f3f..c3bbab0 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). @@ -91,7 +89,7 @@ struct _PDCLIB_file_t * tmpfile( void ) #include <_PDCLIB_test.h> #include -int main() +int main( void ) { FILE * fh; #ifndef REGTEST