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>handle_realloc</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
handle_realloc

Usage

   #include <handle.h>
   void __handle *handle_realloc(void __handle *hptr, unsigned nbytes);

Description

   Reallocates (changes the size of) a block of memory that was allocated by
   handle_malloc or handle_calloc.

Return Value

   A __handle pointer to the reallocated data block.


See Also

   realloc, handle_malloc, handle_calloc



See Also: handle_malloc handle_calloc realloc

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