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

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