[SDK] Do not use a NUL file while calculating format string length
[reactos.git] / sdk / lib / crt / printf / swprintf_s.c
1 /*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/printf/swprintf_s.c
5 * PURPOSE: Implementation of swprintf_s
6 * PROGRAMMER: Timo Kreuzer
7 */
8
9 #define _sxprintf swprintf_s
10 #define USE_COUNT 0
11 #define USE_VARARGS 0
12 #define _UNICODE
13 #define IS_SECAPI 1
14
15 #include "_sxprintf.c"