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

  1. /***
  2. *cscanf.c - Conio version of scanf
  3. *
  4. *       Copyright (c) 1991-1997, Microsoft Corporation.  All rights reserved.
  5. *
  6. *Purpose:
  7. *       Perform formatted i/o directly to the keyboard.
  8. *
  9. *******************************************************************************/
  10.  
  11. #define CPRFLAG 1
  12. #include "input.c"
  13.