ReactOS 0.4.16-dev-178-g8ba6102
_vcwprintf.c File Reference
#include <stdio.h>
#include <stdarg.h>
Include dependency graph for _vcwprintf.c:

Go to the source code of this file.

Functions

int __cdecl _vcwprintf (const wchar_t *format, va_list va)
 

Function Documentation

◆ _vcwprintf()

int __cdecl _vcwprintf ( const wchar_t format,
va_list  va 
)

Definition at line 14 of file _vcwprintf.c.

15{
16 return vfwprintf(stdout, format, va);
17}
#define stdout
Definition: stdio.h:99
_Check_return_opt_ _CRTIMP int __cdecl vfwprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
Definition: format.c:58