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

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