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

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