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│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  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
  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
  __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)
  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 file name
  toascii                Convert character to ASCII character
  _tolower               Convert character to lowercase
  tolower                Convert character to lowercase if appropriate
  _toupper               Convert character to uppercase
  toupper                Convert character to uppercase if appropriate
  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