TC: void far *farrealloc( void far *block, unsigned long newsize )
- prototype in alloc.h (malloc.h for MS C) - adjusts size of allocated block to newsize, copying contents to a new location if necessary - returns pointer to reallocated block or NULL on error