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│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  main                   Define program beginning and end
  _makepath              Create single path name
  malloc                 Allocate memory block
  manifest constants     Constants defined by Microsoft C
  math functions         Functions for mathematical operations
  matherr                Handle math error
  _matherrl              Handle math error (80-bit)
  max                    Return larger value
  _MAX_DIR               Longest directory component
  _MAX_DRIVE             Longest drive component
  _MAX_EXT               Longest file extension
  _MAX_FNAME             Longest file name
  _MAX_PATH              Longest path name
  _MAXCOLORMODE          Most colors mode
  _MAXRESMODE            Highest-resolution graphics mode
  _MAXTEXTROWS           Graphics mode with maximum text rows
  _MCGA                  Multicolor Graphics Array
  _MDPA                  Monochrome Display Printer Adapter
  _memavl                Return size of memory available
  memccpy                Copy characters from buffer
  memchr                 Find character in buffer
  memcmp                 Compare characters in two buffers
  memcpy                 Copy characters between buffers
  memicmp                Compare characters in two buffers (ignore case)
  _memmax                Find size of largest contiguous memory block
  memmove                Move one buffer to another
  memory allocation
     functions           Allocation and deallocation of memory
  memset                 Set buffer to a specified character
  message                Send string to stdout (pragma)
  M_I86                  Set target machine to member of I86 family
  M_I86mM                Set memory model
  min                    Return smaller value
  mkdir                  Create new directory
  mktemp                 Create unique file name
  mktime                 Convert local time to calendar value
  _MODE7...              Colors in TEXTMONO mode
  _MODEF...              Colors in ERESNOCOLOR mode
  \amodf                   Split floating-point value into mantissa and
                            exponent
  \amodfl                  Split floating-point value into mantissa and
                            exponent (80-bit)
  _MONO                  Monochrome monitor
  movedata               Move characters to another segment
  _moveto...             Move current graphics position
  _MRES16COLOR           320x200; 16-color EGA video mode
  _MRES256COLOR          320x200; 256-color VGA video mode
  _MRES4COLOR            320x200; 4-color CGA video mode
  _MRESNOCOLOR           320x200; 4-color CGA video mode
  MSDOS                  Set target operating system to MS-DOS
  _msize                 Return size of memory block