C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C/C++ Language and Libraries Index
                                             Up Contents Index Back
──C/C++ Language and Libraries Index────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFG│H│IJKLMNOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  _halloc                Allocate huge memory block
  _harderr               Establish hard error handler for INT 0x24
  _HARDERR_ABORT         Abort program using INT 0x23
  _HARDERR_FAIL          Fail the system call in progress
  _HARDERR_IGNORE        Ignore the error
  _HARDERR_RETRY         Retry the operation
  _hardresume            Return to DOS from handler
  _hardretn              Return to application program from handler
  _heapadd               Add memory to the heap
  _HEAPBADBEGIN          Invalid initial-heap header information
  _HEAPBADNODE           Bad node damaged heap
  _HEAPBADPTR            Invalid pointer into the heap
  _heapchk               Check heap for consistency
  _HEAPEMPTY             Heap has not been initialized
  _HEAPEND               End of heap reached successfully
  _HEAPINFO              Next heap entry structure
  _HEAP_MAXREQ           Maximum memory request
  _heapmin               Release unused memory in the heap
  _HEAPOK                Heap is valid so far
  _heapset               Fill heap with specified value
  _heapwalk              Test heap
  _HERCMONO              Hercules-compatible video mode
  _hfree                 Free huge memory block
  _HGC                   Hercules-compatible adapter
  _HRES16COLOR           640x200; 16-color EGA video mode
  _HRESBW                640x200; 2-color CGA video mode
  __huge                 Type modifier
  HUGE_VAL               Largest possible value of a double
  _hypot                 Calculate hypotenuse
  _hypotl                Calculate hypotenuse (80-bit)
                                    -♦-