realloc<ALLOC.H>
realloc reallocates main memory
Declaration:
void far *farrealloc(void far *oldblock, unsigned long nbytes);
Remarks:
realloc adjusts the size of the allocated block to size, copying the
contents to a new location if necessary.
Return Value:
On success,...