ReactOS 0.4.16-dev-334-g4d9f67c
_vsprintf_p.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/printf/_vsprintf_p.c
5 * PURPOSE: Implementation of _vsprintf_p
6 * PROGRAMMER: Samuel Serapión
7 */
8
9#define _sxprintf _vsprintf_p
10#define USE_COUNT 1
11#define USE_VARARGS 1
12
13#include "_sxprintf.c"