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