home *** CD-ROM | disk | FTP | other *** search
- /**
- *
- * Name SCPAGE.C -- External module used by SCPAGE macro
- *
- * Description The Blaise C TOOLS function SCPAGE is defined to be a
- * macro by the header file BSCREENS.H. SCPAGE requires
- * the global variable b_curpage. The purpose of this
- * module is to define and initialize b_curpage.
- *
- * Version 6.00 (C)Copyright Blaise Computing Inc. 1983,1987,1989
- *
- **/
-
- #include <bscreens.h>
-
- int b_curpage = 0; /* Video page for Blaise C */
- /* TOOLS screen I/O. */