#include <crt0.h> extern __djgpp_sbrk_handle __djgpp_memory_handle_list[256];
This array contains a list of memory handles and program relative offsets allocated by sbrk() in addition to the handle allocated by the stub. These values are normally not needed unless you are doing low-level DPMI page protection or memory mapping.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.