mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
14 lines
337 B
C
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"
|