X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Ferrno.c;h=5ae0ca4c2521d25e38e7af144cd20412e8e52af9;hb=8b601957300d3c5355a249205bfbdf9359c12573;hp=ba01c350102bf71f9ca7136f470db8343d70e0ca;hpb=8cfc7f73e7baec32630b9cf55582febd41b8a684;p=pdclib.old diff --git a/functions/_PDCLIB/errno.c b/functions/_PDCLIB/errno.c index ba01c35..5ae0ca4 100644 --- a/functions/_PDCLIB/errno.c +++ b/functions/_PDCLIB/errno.c @@ -25,7 +25,7 @@ int * _PDCLIB_errno_func() #include -int main() +int main( void ) { errno = 0; TESTCASE( errno == 0 );