]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/atoll.c
Porting current working set from CVS.
[pdclib.old] / functions / stdlib / atoll.c
index 0f0fe18d20347db8cf5cd6ac730a4797d345cdd1..00c1dd393ce11f95cd0c973fb0bff64718505700 100644 (file)
@@ -22,9 +22,8 @@ long long int atoll( const char * s )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* no tests for a simple wrapper */
     return TEST_RESULTS;
 }