X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Frealloc.c;h=67133b4a790747926a71accabc4d92df32700c25;hb=12e17136786afb1775c9dc946cbe41f5e230c24a;hp=90214e0ccc2ac877feed6e113c57f61a0d06a988;hpb=9489b93733c00be5a94e2ee5b349457c78184a1a;p=pdclib.old diff --git a/functions/stdlib/realloc.c b/functions/stdlib/realloc.c index 90214e0..67133b4 100644 --- a/functions/stdlib/realloc.c +++ b/functions/stdlib/realloc.c @@ -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; }