home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c070 / 1.ddi / TOOLS.1 / INCLUDE / BLAISE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-31  |  1.5 KB  |  50 lines

  1. /**
  2. *
  3. *  BLAISE.H   Header file for all Turbo C TOOLS functions
  4. *
  5. *  Version    6.00  (C)Copyright Blaise Computing Inc.    1987, 1989
  6. *
  7. **/
  8.  
  9. #include <bedit.h>        /* ED:    Field editng functions.     */
  10.                 /* Also includes BKEYBRD.H,        */
  11.                 /* BSCREENS.H, BWINDOW.H.        */
  12.                 /* BKEYBRD.H includes CTYPE.H and   */
  13.                 /* BUTIL.H; BUTIL.H includes        */
  14.                 /* STRING.H and STDLIB.H.        */
  15.  
  16. #include <bfiles.h>        /* FL:    File handling functions.    */
  17.                 /* Also includes BUTIL.H.        */
  18.  
  19. #include <bhelp.h>        /* HL:    Help system functions.        */
  20.                 /* Also includes BWINDOW.H.        */
  21.  
  22. #include <binterv.h>        /* IV:    Intervention code functions.*/
  23.  
  24. #include <bintrupt.h>        /* IS:    Interrupt service functions.*/
  25.                 /* Also includes BUTIL.H, STDLIB.H, */
  26.                 /* BMEM.H.                */
  27.  
  28. #include <bkeybrd.h>        /* KB:    Direct keyboard functions.  */
  29.                 /* Also includes CTYPE.H, BUTIL.H.  */
  30.  
  31. #include <bkeys.h>        /*    Keyboard scan and character.*/
  32.                 /*    code definitions.        */
  33.  
  34. #include <bmenu.h>        /* MN:    Highlight bar menu        */
  35.                 /* functions. Also includes        */
  36.                 /* BKEYBRD.H, BWINDOW.H.        */
  37.  
  38. #include <bmouse.h>        /* MO:    Mouse interface functions.  */
  39.                 /* Also includes BKEYBRD.H,        */
  40.                 /* BINTRUPT.H.                */
  41.  
  42. #include <bprint.h>        /* PR:    Printer control functions   */
  43.                 /* Also includes BIOS.H.        */
  44.  
  45. #include <bstrings.h>        /* ST:    String functions.        */
  46.  
  47. #include <bvideo.h>        /* VI:    Direct video functions        */
  48.                 /* Also includes STRING.H,        */
  49.                 /* BSCREENS.H.                */
  50.