X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fmalloc.c;h=2286d0d3c00273c7717faddf802c1652cf60094c;hb=8130f23f1b48ba7fc0d22365bb38dcd396144911;hp=650d67f2edd77afd7d608c72e267575b9b9de7a0;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/stdlib/malloc.c b/functions/stdlib/malloc.c index 650d67f..2286d0d 100644 --- a/functions/stdlib/malloc.c +++ b/functions/stdlib/malloc.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* void * malloc( size_t ) This file is part of the Public Domain C Library (PDCLib). @@ -244,7 +242,7 @@ int main( void ) printf( "End of malloc() testing.\n" ); } #else - printf( "No testing of malloc() - test driver does not know internals of system malloc().\n" ); + puts( "No testing of malloc() - test driver does not know internals of system function." ); #endif return TEST_RESULTS; }