Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Borland C++ 2.x ( with Turbo C ) - <b>farheapcheckfree() check free blocks on far heap</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 farheapcheckfree()      Check Free Blocks on Far Heap

 #include   <alloc.h>

 int farheapcheckfree(fill);
 unsigned int fill;     Fill value to check for.

        farheapcheckfree() checks the free blocks on the far heap for a
        constant value. It is the far heap version of heapcheckfree(). See
        heapcheckfree() for more information.

       Returns:     Negative value for an error; positive value
                    otherwise.

See Also: heapcheckfree()

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