ReactOS 0.4.15-dev-7924-g5949c20
vprintf.c File Reference
#include <stdio.h>
#include <stdarg.h>
Include dependency graph for vprintf.c:

Go to the source code of this file.

Functions

int __cdecl vprintf (const char *format, va_list argptr)
 

Function Documentation

◆ vprintf()

int __cdecl vprintf ( const char format,
va_list  argptr 
)

Definition at line 14 of file vprintf.c.

15{
16 return vfprintf(stdout, format, argptr);
17}
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
#define stdout
Definition: stdio.h:99
_Check_return_opt_ _CRTIMP int __cdecl vfprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)