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│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  C keywords             Keywords defined in Microsoft C
  cabs                   Calculate absolute value of complex number
  cabsl                  Calculate absolute value of complex number
                            (80-bit)
  calloc                 Allocate an array and set elements to zero
  case                   case statement
  _cdecl                 C calling-sequence modifier
  _CGA                   CGA adapter
  ceil                   Calculate ceiling of value
  ceill                  Calculate ceiling of value (80-bit)
  _cexit                 Perform cleanup and return to caller
  _c_exit                Perform cleanup immediately and return to caller
  cgets                  Get a character string from console
  _chain_intr            Chain interrupt handler
  char                   Character data type
  CHAR_...               char range constants
  character
     classification      Functions for testing characters
  _CHAR_UNSIGNED         Set char type to unsigned by default
  chdir                  Change current working directory
  _chdrive               Change current drive
  check_pointer          Control pointer-checking pragma
  check_stack            Control stack-checking pragma
  chmod                  Change file permission settings
  chsize                 Change file size
  _clear87               Get and clear floating-point status word
  clearerr               Reset error indicator for stream
  _clearscreen           Clear specified area of screen
  CLK_TCK                Old form of CLOCKS_PER_SEC
  clock                  Calculate time used by calling process
  CLOCKS_PER_SEC         Divisor for clock return value
  close                  Close file
  codes, extended key    Manifest constants defining extended keycodes
  codes, keyboard,
     constants           Manifest constants defining scan codes
  codes, keyboard shift  Manifest constants defining shift codes
  codes, scan            Keyboard scan codes
  _COLOR                 Color monitor
  _COM_110               110 baud (_bios_serialcom _COM_INIT parameter)
  _COM_150               150 baud (_bios_serialcom _COM_INIT parameter)
  _COM_300               300 baud (_bios_serialcom _COM_INIT parameter)
  _COM_600               600 baud (_bios_serialcom _COM_INIT parameter)
  _COM_1200              1200 baud (_bios_serialcom _COM_INIT parameter)
  _COM_2400              2400 baud (_bios_serialcom _COM_INIT parameter)
  _COM_4800              4800 baud (_bios_serialcom _COM_INIT parameter)
  _COM_9600              9600 baud (_bios_serialcom _COM_INIT parameter)
  _COM_CHR7              Seven data bits (_bios_serialcom _COM_INIT
                            parameter)
  _COM_CHR8              Eight data bits (_bios_serialcom _COM_INIT
                            parameter)
  _COM_EVENPARITY        Even parity (_bios_serialcom _COM_INIT parameter)
  _COM_INIT              Initialize serial port (_bios_serialcom)
  _COM_NOPARITY          No parity  (_bios_serialcom _COM_INIT parameter)
  _COM_ODDPARITY         Odd parity (_bios_serialcom _COM_INIT parameter)
  complex                Complex number structure
  _\aCOM_RECEIVE           Accept character from serial port
                            (_bios_serialcom)
  _COM_SEND              Output character from serial port
                            (_bios_serialcom)
  _COM_STATUS            Return status of serial port (_bios_serialcom)
  _COM_STOP1             One stop bit  (_bios_serialcom _COM_INIT
                            parameter)
  _COM_STOP2             Two stop bits (_bios_serialcom _COM_INIT
                            parameter)
  console and port I/O   Functions for console and port I/O
  const                  Constant data-type modifier
  constants              Constants defined by Microsoft C
  continue               continue statement
  _control87             Get and set floating-point control word
  cos                    Calculate cosine
  cosh                   Calculate hyperbolic cosine
  coshl                  Calculate hyperbolic cosine (80-bit)
  cosl                   Calculate cosine (80-bit)
  cprintf                Format and print to console
  cputs                  Put string to console
  creat                  Create a new file
  cscanf                 Read formatted data from console
  \actime                  Convert time as time_t value to character
                            string