ReactOS 0.4.15-dev-7906-g1b85a5f
stdarg.h File Reference
#include <crtdefs.h>
#include <vadefs.h>
Include dependency graph for stdarg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _INC_STDARG
 
#define va_start   _crt_va_start
 
#define va_arg   _crt_va_arg
 
#define va_end   _crt_va_end
 

Macro Definition Documentation

◆ _INC_STDARG

#define _INC_STDARG

Definition at line 34 of file stdarg.h.

◆ va_arg

#define va_arg   _crt_va_arg

Definition at line 47 of file stdarg.h.

◆ va_end

#define va_end   _crt_va_end

Definition at line 50 of file stdarg.h.

◆ va_start

#define va_start   _crt_va_start

Definition at line 44 of file stdarg.h.