Changes the size of the area pointed to by the first argument to
the number of bytes given by the second argument. These functions
are AST-reentrant.
Format
#include <stdlib.h>
void *realloc (void *ptr, size_t size);
Additional Information:
explode
extract