C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
C/C++ Language and Libraries Index
                                             Up Contents Index Back
──C/C++ Language and Libraries Index────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKL│M│NOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  main                   Define program beginning and end
  _makepath              Create single path name
  malloc                 Allocate memory block
  manifest constants     Constants used by the run-time functions
  math errors            Floating-point math error summary
  math functions         Functions for mathematical operations
  _matherr               Handle math error
  _matherrl              Handle math error (80-bit)
  __max                  Return larger value
  _MAXCOLORMODE          Most colors mode
  _MAX_DIR               Longest directory component
  _MAX_DRIVE             Longest drive component
  _MAX_EXT               Longest file extension
  _MAX_FNAME             Longest filename
  _MAX_PATH              Longest path name
  _MAXRESMODE            Highest-resolution graphics mode
  _MAXTEXTROWS           Graphics mode with maximum text rows
  MB_CUR_MAX             Maximum number of bytes in multibyte
                            character for current locale
  mblen                  Find length of multibyte character
  MB_LEN_MAX             Maximum number of bytes in multibyte
                            character
  mbstowcs               Convert multibyte string to wide-character
                            string
  mbtowc                 Convert multibyte character to wide character
  _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                 Preprocessor symbol defined for all members
                            of I86 family
  _M_I8086               Preprocessor symbol defined by /G0 (CL)
  _M_I286                Preprocessor symbol defined by /G2 (CL)
  _M_I386                Preprocessor symbol defined by /G3 (CL)
  _M_I86mM               Set memory model
  __min                  Return smaller value
  _mkdir                 Create new directory
  _mktemp                Create unique filename
  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
  _MSC_VER               Define compiler version for preprocessor
  _MSDOS                 Set target operating system to MS-DOS
  _msize                 Return size of memory block
                                    -♦-