]> pd.if.org Git - pdclib/commitdiff
Added realloc().
authorsolar <unknown>
Sun, 5 Feb 2006 14:55:05 +0000 (14:55 +0000)
committersolar <unknown>
Sun, 5 Feb 2006 14:55:05 +0000 (14:55 +0000)
includes/stdlib.h

index 3fc15a3d05685353c2d7730c481b3fa605f0fb7f..4d6fc53c91d1c4107ae27ec9be0083d7d7130488 100644 (file)
@@ -91,6 +91,7 @@ void srand( unsigned int seed );
 /* Memory management functions */
 
 void * malloc( size_t size );
+void * realloc( void * ptr, size_t size );
 void free( void * ptr );
 
 /* Communication with the environment */