qc.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 Language Index
   ASM Index                   Up Contents Index Back
──C Language Index──────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  _ncalloc               Allocate an array in near memory and set
                            elements to zero
  _near                  Type modifier
  _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
  NO_EXT_KEYS            Disable Microsoft-specific extensions
  NOGRAPH.OBJ            Reduce size of text-only program
  _nrealloc              Reallocate near-memory block
  _nstrdup               Duplicate string (near)
  NULL                   NULL pointer value
  _NULLOFF               _bmalloc failure code
  _NULLSEG               _bheapseg failure code