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

14 lines
339 B
C

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