ReactOS
0.4.16-dev-319-g6cf4263
vwprintf_s.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_s.c
5
* PURPOSE: Implementation of vwprintf
6
* PROGRAMMER: Samuel Serapión
7
*/
8
9
#define MINGW_HAS_SECURE_API 1
10
11
#include <stdio.h>
12
#include <stdarg.h>
13
14
int
15
__cdecl
16
vwprintf_s
(
const
wchar_t
*
format
,
va_list
valist
)
17
{
18
return
vfwprintf_s
(
stdout
,
format
,
valist
);
19
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
va_list
char * va_list
Definition:
acmsvcex.h:78
stdout
#define stdout
Definition:
stdio.h:99
valist
static __ms_va_list valist
Definition:
printf.c:66
format
Definition:
format.c:58
vfwprintf_s
int __cdecl vfwprintf_s(FILE *file, const wchar_t *format, va_list argptr)
Definition:
vfwprintf_s.c:20
vwprintf_s
int __cdecl vwprintf_s(const wchar_t *format, va_list valist)
Definition:
vwprintf_s.c:16
sdk
lib
crt
printf
vwprintf_s.c
Generated on Wed Dec 4 2024 06:13:45 for ReactOS by
1.9.6