reactos/sdk/lib/crt/printf/swprintf_s.c

16 lines
382 B
C

/*
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
* PROJECT: ReactOS crt library
* FILE: lib/sdk/crt/printf/swprintf_s.c
* PURPOSE: Implementation of swprintf_s
* PROGRAMMER: Timo Kreuzer
*/
#define _sxprintf swprintf_s
#define USE_COUNT 0
#define USE_VARARGS 0
#define _UNICODE
#define IS_SECAPI 1
#include "_sxprintf.c"