void *realloc( void *pseg, unsigned size )



	- prototype in stdlib.h & alloc.h (malloc.h for MS C)

	- see	malloc()