]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/functions/stdio/tmpfile.c
Fixed prototype warnings.
[pdclib] / platform / example_cygwin / functions / stdio / tmpfile.c
index 9e6a325df6fefae6763314c322cea28b1d2e7d4d..3049260a5d332dfcc29681030b2685731ba52c0f 100644 (file)
@@ -21,7 +21,7 @@ struct _PDCLIB_file_t * tmpfile( void )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
     FILE * fh;
     char filename[ L_tmpnam ];