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│B│CDEFGHIJKLMNOPQRSTUVWX-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
                                    -♦-