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

   Usage
   #include <page.h>
   unsigned page_calloc(void far *baseptr, unsigned size);

   Description
   Allocate  and  clear a block of data, size bytes long, from  the  page
   heap pointed to by baseptr.

   Return Value
   The  offset  of  the  allocated data  within  baseptr  if  successful,
   otherwise zero.


See Also: calloc page_malloc page_free

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