mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
15 lines
359 B
C
15 lines
359 B
C
/*
|
|
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
|
* PROJECT: ReactOS crt library
|
|
* FILE: lib/sdk/crt/printf/vswprintf.c
|
|
* PURPOSE: Implementation of vswprintf
|
|
* PROGRAMMER: Timo Kreuzer
|
|
*/
|
|
|
|
#define _sxprintf vswprintf
|
|
#define USE_COUNT 0
|
|
#define USE_VARARGS 1
|
|
#define _UNICODE
|
|
|
|
#include "_sxprintf.c"
|