ReactOS
0.4.16-dev-2110-ge3521eb
_vcwprintf.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/_vcwprintf.c
5
* PURPOSE: Implementation of _vcwprintf
6
* PROGRAMMER: Samuel Serapión
7
*/
8
9
#include <stdio.h>
10
#include <stdarg.h>
11
12
int
13
__cdecl
14
_vcwprintf
(
const
wchar_t
*
format
,
va_list
va)
15
{
16
return
vfwprintf
(
stdout
,
format
, va);
17
}
_vcwprintf
int __cdecl _vcwprintf(const wchar_t *format, va_list va)
Definition:
_vcwprintf.c:14
vfwprintf
int CDECL vfwprintf(FILE *file, const wchar_t *format, va_list valist)
Definition:
file.c:5365
__cdecl
#define __cdecl
Definition:
corecrt.h:121
stdout
#define stdout
Definition:
corecrt_wstdio.h:51
va_list
char * va_list
Definition:
vadefs.h:50
format
Definition:
format.c:58
sdk
lib
crt
printf
_vcwprintf.c
Generated on Thu Jan 8 2026 06:15:25 for ReactOS by
1.9.6