reactos/lib/sdk/crt/printf/_vsnwprintf.c
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

15 lines
365 B
C

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