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

Usage

   #include <dos.h>
   int dos_free(unsigned):

Description

   Frees (releases back to the operating system) memory which has been

   previously allocated with dos_alloc or dos_calloc. The argument is the
   segment address of the memory to be freed.

Example 

   See the example for dos_alloc.

Return Value

   0 if the memory was sucessfully freed, otherwise -1.

See Also

   Dos package, dos_alloc, dos_calloc, dos_setblock



See Also: dos_alloc dos_calloc dos_setblock

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