home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c005 / 1.ddi / BLAISE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1986-08-05  |  1.3 KB  |  39 lines

  1. /**
  2. *
  3. *  BLAISE.H   Header file for all C TOOLS PLUS functions
  4. *
  5. *  Version 3.0    (C)Copyright Blaise Computing Inc.  1986
  6. *
  7. **/
  8.  
  9. #include <bapplic.h>          /* AP:  Application functions          */
  10.  
  11. #include <bdirect.h>          /* DR:  Disk directory functions          */
  12.  
  13. #include <bfile.h>          /* FL:  File handling functions          */
  14.                   /* Also includes COMPILER.H, BUTILITY.H */
  15.  
  16. #include <bgenvid.h>          /* GV:  Generic video functions          */
  17.                   /* Also includes BSCREEN.H or BVIDEO.H  */
  18.  
  19. #include <bgraph.h>          /* GR:  Dot graphics functions          */
  20.  
  21. #include <bisr.h>          /* IS:  Interrupt service functions     */
  22.                   /* Also includes COMPILER.H, BUTILITY.H */
  23.  
  24. #include <bkeybd.h>          /* KB:  Direct keyboard functions       */
  25.  
  26. #include <bmemory.h>          /* MM:  Memory management functions     */
  27.  
  28. #include <bprogctl.h>          /* PC:  Program control functions       */
  29.                   /* Also includes COMPILER.H          */
  30.  
  31. #include <bstring.h>          /* ST:  String functions              */
  32.                   /* Also includes BQUERY.H           */
  33.  
  34. #include <bvideo.h>          /* VI:  Direct video functions          */
  35.                   /* Also includes COMPILER.H, BUTILITY.H */
  36.  
  37. #include <bwindow.h>          /* WN:  Window functions              */
  38.                   /* Also includes COMPILER.H, BSCREEN.H  */
  39.