X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstdlib.h;h=4d6fc53c91d1c4107ae27ec9be0083d7d7130488;hb=43fd7a7f9e65e21c3576dc40cfa680f67efbe6d2;hp=3fc15a3d05685353c2d7730c481b3fa605f0fb7f;hpb=2cfc867fab34c0c93746d1b9265a21606ce70f0b;p=pdclib.old diff --git a/includes/stdlib.h b/includes/stdlib.h index 3fc15a3..4d6fc53 100644 --- a/includes/stdlib.h +++ b/includes/stdlib.h @@ -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 */