X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstdlib.h;h=4d6fc53c91d1c4107ae27ec9be0083d7d7130488;hp=3fc15a3d05685353c2d7730c481b3fa605f0fb7f;hb=225fae72283058e8bd0ab891cd481ebd8e93e96c;hpb=2af1ca8cfb0375c80c1ca72ded9260280494c8e2 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 */