]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/malloc.c
Disabled regtests for functionality internal to PDCLib.
[pdclib] / functions / stdlib / malloc.c
index 650d67f2edd77afd7d608c72e267575b9b9de7a0..2286d0d3c00273c7717faddf802c1652cf60094c 100644 (file)
@@ -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;
 }