]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/realloc.c
Porting current working set from CVS.
[pdclib] / functions / stdlib / realloc.c
index 90214e0ccc2ac877feed6e113c57f61a0d06a988..67133b4a790747926a71accabc4d92df32700c25 100644 (file)
@@ -44,9 +44,8 @@ void * realloc( void * ptr, size_t size )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* tests covered in malloc test driver */
     return TEST_RESULTS;
 }