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│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  b                      Binary
  background colors      Constants to set background or palette colors
  _based                 Type modifier
  _bcalloc               Allocate an array and set elements to zero
  bdos                   Invoke DOS system call
  bessel                 Compute Bessel function
  _bexpand               Change size of memory block (based heap)
  _bfree                 Deallocate based-heap memory block
  _bfreeseg              Free a specified based heap
  _bheapadd              Add memory to the specified based heap
  _bheapchk              Check based heap
  _bheapmin              Release unused memory in the based heap
  _bheapseg              Allocate a based heap
  _bheapset              Fill based heap with specified value
  _bheapwalk             Test based heap
  binary mode            Untranslated file mode
  BINMODE.OBJ            Modify default file-translation mode
  BIOS calls             BIOS interrupt services
  _bios_disk             Call BIOS disk services (INT 0x13)
  _bios_equiplist        Call BIOS equipment-list service (INT 0x11)
  _bios_keybrd           Call BIOS standard-keyboard services (INT 0x16)
  _bios_memsize          Call BIOS memory-size service (INT 0x12)
  _bios_printer          Call BIOS printer services (INT 0x17)
  _bios_serialcom        Call BIOS communications services (INT 0x14)
  _bios_timeofday        Call BIOS time and date services (INT 0x1A)
  _bmalloc               Allocate memory in the specified based heap
  _bmsize                Get size of based-heap memory block
  break                  break statement
  _brealloc              Reallocate based memory block
  bsearch                Perform binary search of a sorted array
  buffer manipulation
     functions           Functions for manipulating memory
  BUFSIZ                 Default stream I/O buffer size
  BYTEREGS               Byte registers structure