]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/errno.c
Fixed prototype warnings.
[pdclib] / functions / _PDCLIB / errno.c
index ba01c350102bf71f9ca7136f470db8343d70e0ca..5ae0ca4c2521d25e38e7af144cd20412e8e52af9 100644 (file)
@@ -25,7 +25,7 @@ int * _PDCLIB_errno_func()
 
 #include <errno.h>
 
-int main()
+int main( void )
 {
     errno = 0;
     TESTCASE( errno == 0 );