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────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRS│T│UVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  t                      Text translation mode
  tan                    Calculate tangent
  tanh                   Calculate hyperbolic tangent
  _tanhl                 Calculate hyperbolic tangent (80-bit)
  _tanl                  Calculate tangent (80-bit)
  _tell                  Get file-pointer position
  template               Unsupported C++ keyword
  _tempnam               Create temporary filename
  text mode              Text translation mode for files
  _TEXTBW40              40-column black-and-white text mode
  _TEXTBW80              80-column black-and-white text mode
  _TEXTC40               40-column color text mode
  _TEXTC80               40-column color text mode
  _TEXTMONO              Monochrome text mode
  this                   Pointer to object from which function
                            is called (C++)
  __TIME__               Time of compilation (predefined identifier)
  time                   Get system time
  time functions         Functions for manipulating system time
  _timeb                 Time structure
  _TIME_GETCLOCK         Get current clock count
  _TIME_SETCLOCK         Set current clock count
  __TIMESTAMP__          Date and time of last modification (predefined
                            identifier)
  time_t                 Type defined in time.h
  _timezone              GMT and local time differences (global variable)
  title                  Specify title for source listing
  _titletype             Type used by chart functions
  _TLOSS                 Total loss of significance (math error)
  tm                     Time structure
  tmpfile                Create temporary file
  TMP_MAX                Number of names produced by tmpnam
  tmpnam                 Create temporary filename
  __toascii              Convert character to ASCII character
  token-pasting
     operator            Preprocessor token-pasting operator (##)
  _tolower               Convert character to lowercase
  tolower                Convert character to lowercase if appropriate
  _toupper               Convert character to uppercase
  toupper                Convert character to uppercase if appropriate
  try                    Unsupported C++ keyword
  TXTONLY.OBJ            Reduce size of text-only program
  typedef                Derived data-type specifier
  types, data            List of data types and their ranges
  _tzname                Standard/daylight-savings-time zone names
  _tzset                 Set time environment variables
                                    -♦-