mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
13 lines
351 B
C
13 lines
351 B
C
/*
|
|
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
|
* PROJECT: ReactOS crt library
|
|
* FILE: lib/sdk/crt/printf/_vsprintf_p.c
|
|
* PURPOSE: Implementation of _vsprintf_p
|
|
* PROGRAMMER: Samuel Serapión
|
|
*/
|
|
|
|
#define _sxprintf _vsprintf_p
|
|
#define USE_COUNT 1
|
|
#define USE_VARARGS 1
|
|
|
|
#include "_sxprintf.c"
|