X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Ffree.c;h=43de1299846b9f66162560e733996be060f8495e;hb=d9dcf16664c81809258992e1653ecb68c8079974;hp=632f670a44501eb2fdd7410c7c5b2f8cf4808018;hpb=e802f3cc4c1e7f5b53adf9f3f5f9066195a145b6;p=pdclib.old diff --git a/functions/stdlib/free.c b/functions/stdlib/free.c index 632f670..43de129 100644 --- a/functions/stdlib/free.c +++ b/functions/stdlib/free.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void free( void * ) This file is part of the Public Domain C Library (PDCLib). @@ -42,9 +40,8 @@ void free( void * ptr ) #ifdef TEST #include <_PDCLIB_test.h> -int main() +int main( void ) { - BEGIN_TESTS; /* tests covered in malloc test driver */ return TEST_RESULTS; }