ReactOS
0.4.16-dev-533-gc7d1aa3
vwprintf.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/vwprintf.c
5
* PURPOSE: Implementation of vwprintf
6
* PROGRAMMER: Timo Kreuzer
7
*/
8
9
#include <stdio.h>
10
#include <stdarg.h>
11
12
int
13
__cdecl
14
vwprintf
(
const
wchar_t
*
format
,
va_list
valist
)
15
{
16
return
vfwprintf
(
stdout
,
format
,
valist
);
17
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
va_list
char * va_list
Definition:
acmsvcex.h:78
stdout
#define stdout
Definition:
stdio.h:99
vfwprintf
_Check_return_opt_ _CRTIMP int __cdecl vfwprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
valist
static __ms_va_list valist
Definition:
printf.c:66
format
Definition:
format.c:58
vwprintf
int __cdecl vwprintf(const wchar_t *format, va_list valist)
Definition:
vwprintf.c:14
sdk
lib
crt
printf
vwprintf.c
Generated on Sun Jan 19 2025 06:14:03 for ReactOS by
1.9.6