ReactOS 0.4.16-dev-2110-ge3521eb
__mingw_vsprintf.c File Reference
#include <stdio.h>
Include dependency graph for __mingw_vsprintf.c:

Go to the source code of this file.

Functions

int __cdecl __mingw_vsprintf (char *dest, const char *format, va_list arglist)
 

Function Documentation

◆ __mingw_vsprintf()

int __cdecl __mingw_vsprintf ( char dest,
const char format,
va_list  arglist 
)

Definition at line 10 of file __mingw_vsprintf.c.

11{
12 return vsprintf(dest, format, arglist);
13}
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl vsprintf(char *, const char *, va_list) __WINE_CRT_PRINTF_ATTR(2
static char * dest
Definition: rtl.c:135
va_lists_t arglist[FMT_ARGMAX+1]
Definition: format.c:284
Definition: format.c:58