xref: /reactos/sdk/lib/crt/printf/wvsnprintfW.c (revision 845faec4)
1 /*
2  * COPYRIGHT:       GNU GPL, see COPYING in the top level directory
3  * PROJECT:         ReactOS crt library
4  * FILE:            lib/sdk/crt/printf/wvsnprintfW.c
5  * PURPOSE:         Implementation of wvsnprintfW
6  * PROGRAMMER:      Timo Kreuzer
7  */
8 
9 #define _sxprintf wvsnprintfW
10 #define USE_COUNT 1
11 #define USE_VARARGS 1
12 #define _UNICODE
13 #define USER32_WSPRINTF
14 
15 #include "_sxprintf.c"
16