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

  1. /***
  2. *snwprintf.c - "Count" version of swprintf
  3. *
  4. *       Copyright (c) 1991-1997, Microsoft Corporation.  All rights reserved.
  5. *
  6. *Purpose:
  7. *       The _snwprintf() flavor takes a count argument that is
  8. *       the max number of wide characters that should be written to
  9. *       the user's buffer.
  10. *
  11. *******************************************************************************/
  12.  
  13.  
  14. #define _COUNT_ 1
  15. #include "swprintf.c"
  16.  
  17.