Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
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
[helppc.bosbyte.nl] farrealloc Home Back Topics