home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / txtmode.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  393b  |  15 lines

  1. /***
  2. *txtmode.c - set global text mode flag
  3. *
  4. *       Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Sets the global file mode to text.  This is the default.
  8. *
  9. *******************************************************************************/
  10.  
  11. #include <cruntime.h>
  12. #include <stdlib.h>
  13.  
  14. int _fmode = 0;                 /* set text mode */
  15.