summaryrefslogtreecommitdiffstats
path: root/private/crt32/stdio/snwprint.c
blob: f7618e295a445f651fec0bf5ddfb4e2b75cdcc13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/***
*snwprintf.c - "Count" version of swprintf
*
*	Copyright (c) 1991-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	The _snwprintf() flavor takes a count argument that is
*	the max number of wide characters that should be written to
*	the user's buffer.
*
*Revision History:
*	05-16-92   KRS	Created from snprintf.c.
*
*******************************************************************************/

#define _COUNT_ 1
#include "swprintf.c"