Copyright Digital Equipment Corp. All rights reserved.
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);
Function_Variants Arguments Description Return_Values