mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
15 lines
369 B
C
15 lines
369 B
C
|
/*
|
||
|
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
||
|
* PROJECT: ReactOS crt library
|
||
|
* FILE: lib/sdk/crt/printf/wvsprintfA.c
|
||
|
* PURPOSE: Implementation of wvsprintfA
|
||
|
* PROGRAMMER: Timo Kreuzer
|
||
|
*/
|
||
|
|
||
|
#define _sxprintf wvsprintfA
|
||
|
#define USE_COUNT 0
|
||
|
#define USE_VARARGS 1
|
||
|
#define USER32_WSPRINTF
|
||
|
|
||
|
#include "_sxprintf.c"
|