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

14 lines
337 B
C
Raw Normal View History

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