]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/stdio/tmpfile.c
Comment cleanups.
[pdclib] / platform / example_cygwin / functions / stdio / tmpfile.c
index 9e6a325df6fefae6763314c322cea28b1d2e7d4d..705af2e3670a1bddd9fc1b901f279eff6d9a28e6 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* tmpfile( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -21,7 +19,7 @@ struct _PDCLIB_file_t * tmpfile( void )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
     FILE * fh;
     char filename[ L_tmpnam ];