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────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │A│BCDEFGHIJKLMNOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  a                      Append
  _A_ARCH                Archive file or directory attribute
  abort                  Abort process and return error code
  abs                    Calculate absolute value
  _access                Determine file-access permission
  acos                   Calculate arc cosine
  _acosl                 Calculate arc cosine (80-bit)
  _A_HIDDEN              Hidden file or directory attribute
  _alloca                Allocate memory on the stack
  alloc_text             Specify name of segment pragma
  _amblksiz              Control memory heap space
  _ANALOG                Analog adapter
  _ANALOGCOLOR           Manifest constant for _setvideoconfig
  _ANALOGMONO            Manifest constant for _setvideoconfig
  _A_NORMAL              Normal file or directory attribute
  _arc...                Draw arc
  _A_RDONLY              Read-only file or directory attribute
  arguments,
     variable-length     Functions for variable-length argument lists
  argc, argv             Command-line arguments
  ASCII chart            Characters and their numeric codes
  asctime                Convert tm time structure to character string
  asin                   Calculate arc sine
  _asinl                 Calculate arc sine (80-bit)
  asm                    Unsupported C++ keyword
  __asm                  Mark beginning of inline assembly block
  assert                 Assertion macro
  _A_SUBDIR              Subdirectory attribute
  _A_SYSTEM              System file attribute
  atan                   Calculate arc tangent
  _atanl                 Calculate arc tangent (80-bit)
  atan2                  Calculate arc tangent of y/x
  _atan2l                Calculate arc tangent of y/x (80-bit)
  atexit                 Process specified function at exit
  atof                   Convert string to double
  atoi                   Convert string to integer
  atol                   Convert string to long
  _atold                 Convert string to double
  auto                   Automatic storage specified
  _A_VOLID               Volume label attribute
  _axistype              Struct used by chart functions
                                    -♦-