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++ 3.0r4 - <b>farrealloc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
farrealloc
   Note-This function is not implemented for the X and P memory models.

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.

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, realloc



See Also: calloc farcalloc farcoreleft farfree farmalloc free malloc realloc

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