Next: remove, Previous: rand, Up: C library functions [Index]
realloc
#include <stdlib.h> int *intptr; Integer new size; size = sizeof (int *); intptr = (int *)realloc (NULL, size);