home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c070 / 4.ddi / TOOLS.4 / TCTSRC1.EXE / SCPAGE.C < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-31  |  510 b   |  18 lines

  1. /**
  2. *
  3. * Name        SCPAGE.C -- External module used by SCPAGE macro
  4. *
  5. * Description    The Blaise C TOOLS function SCPAGE is defined to be a
  6. *        macro by the header file BSCREENS.H.  SCPAGE requires
  7. *        the global variable b_curpage.    The purpose of this
  8. *        module is to define and initialize b_curpage.
  9. *
  10. * Version    6.00 (C)Copyright Blaise Computing Inc.  1983,1987,1989
  11. *
  12. **/
  13.  
  14. #include <bscreens.h>
  15.  
  16. int b_curpage = 0;              /* Video page for Blaise C      */
  17.                       /* TOOLS screen I/O.          */
  18.