]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/stdio/tmpfile.c
Comment cleanups.
[pdclib] / platform / example / functions / stdio / tmpfile.c
index b778f3f9dabe374c63a54b551b4e2bbf38d61669..c3bbab05307859e52c971cb412146e7589e7ec71 100644 (file)
@@ -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 <string.h>
 
-int main()
+int main( void )
 {
     FILE * fh;
 #ifndef REGTEST