home *** CD-ROM | disk | FTP | other *** search
- /**
- *
- * BLAISE.H Header file for all C TOOLS PLUS functions
- *
- * Version 3.0 (C)Copyright Blaise Computing Inc. 1986
- *
- **/
-
- #include <bapplic.h> /* AP: Application functions */
-
- #include <bdirect.h> /* DR: Disk directory functions */
-
- #include <bfile.h> /* FL: File handling functions */
- /* Also includes COMPILER.H, BUTILITY.H */
-
- #include <bgenvid.h> /* GV: Generic video functions */
- /* Also includes BSCREEN.H or BVIDEO.H */
-
- #include <bgraph.h> /* GR: Dot graphics functions */
-
- #include <bisr.h> /* IS: Interrupt service functions */
- /* Also includes COMPILER.H, BUTILITY.H */
-
- #include <bkeybd.h> /* KB: Direct keyboard functions */
-
- #include <bmemory.h> /* MM: Memory management functions */
-
- #include <bprogctl.h> /* PC: Program control functions */
- /* Also includes COMPILER.H */
-
- #include <bstring.h> /* ST: String functions */
- /* Also includes BQUERY.H */
-
- #include <bvideo.h> /* VI: Direct video functions */
- /* Also includes COMPILER.H, BUTILITY.H */
-
- #include <bwindow.h> /* WN: Window functions */
- /* Also includes COMPILER.H, BSCREEN.H */