reactos/sdk/lib/crt/printf/_swprintf.c
2024-05-06 14:08:31 +02:00

14 lines
337 B
C

/*
* 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"