|
|
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
|
|
Esc or Alt-X to exit |
farrealloc |
Home/PgUp/PgDn/End ←↑↓→ |