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────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLM│N│OPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  _ncalloc               Allocate an array in near memory and set
                            elements to zero
  __near                 Type modifier
  new                    Allocate memory (C++)
  _nexpand               Change size of memory block (near heap)
  _nfree                 Deallocate near-heap memory block
  _nheapchk              Check near heap for consistency
  _nheapmin              Release unused memory in the near heap
  _nheapset              Fill near heap with specified value
  _nheapwalk             Test near heap
  _NKEYBRD_READ          Read next character from keyboard (new keyboard)
  _NKEYBRD_READY         Check for keystroke and read next character
                            (new keyboard)
  _NKEYBRD_SHIFTSTATUS   Get the current SHIFT-key status (new keyboard)
  _nmalloc               Allocate memory block in near heap
  _nmsize                Return size of memory block in near heap
  _nrealloc              Reallocate near-memory block
  _nstrdup               Duplicate string (near)
  NULL                   NULL pointer value
  _NULLOFF               _bmalloc failure code
  _NULLSEG               _bheapseg failure code
                                    -♦-