ReactOS
0.4.16-dev-122-g325d74c
__mingw_vsprintf.c
Go to the documentation of this file.
1
/*
2
* PROJECT: GCC c++ support library
3
* LICENSE: MIT (https://spdx.org/licenses/MIT)
4
* PURPOSE: __mingw_vsprintf implementation
5
* COPYRIGHT: Copyright 2024 Timo Kreuzer <timo.kreuzer@reactos.org>
6
*/
7
8
#include <stdio.h>
9
10
int
__cdecl
__mingw_vsprintf
(
char
*
dest
,
const
char
*
format
,
va_list
arglist
)
11
{
12
return
vsprintf
(
dest
,
format
,
arglist
);
13
}
__mingw_vsprintf
int __cdecl __mingw_vsprintf(char *dest, const char *format, va_list arglist)
Definition:
__mingw_vsprintf.c:10
__cdecl
#define __cdecl
Definition:
accygwin.h:79
va_list
char * va_list
Definition:
acmsvcex.h:78
vsprintf
int __cdecl vsprintf(char *_Dest, const char *_Format, va_list _Args)
Definition:
sprintf.c:733
dest
static char * dest
Definition:
rtl.c:135
arglist
va_lists_t arglist[FMT_ARGMAX+1]
Definition:
format.c:284
format
Definition:
format.c:58
sdk
lib
gcc-compat
__mingw_vsprintf.c
Generated on Sun Oct 13 2024 06:13:46 for ReactOS by
1.9.6