summaryrefslogblamecommitdiffstats
path: root/private/crt32/stdio/vsnwprnt.c
blob: fac8af1124a1f892a42c6187ffe7ddb6ee5aaa27 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                
/***
*vsnwprnt.c - "Count" version of vswprintf
*
*	Copyright (c) 1991-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	The _vsnwprintf() 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-91   KRS	Created from vsnprint.c
*
*******************************************************************************/

#define _COUNT_ 1
#include "vswprint.c"