Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - farrealloc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                farrealloc

   Usage
   #include <dos.h>
   void far *farrealloc(void far *memblock, unsigned long newsize);

   Description
   farrealloc  adjusts  the size of a previously  allocated  memblock  to
   newsize.

   Example
   See that provided under the heading Far_Package.

   Return Value
   farrealloc  returns the address of the reallocated memblock. This  may
   be different from the original memory block.


See Also: calloc farcalloc farcoreleft farfree farmalloc free malloc

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson