mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
14 lines
365 B
C
14 lines
365 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 IS_SECAPI 1
|
|
|
|
#include "_sxprintf.c"
|