ReactOS 0.4.16-dev-2104-gb84fa49
stdarg.h File Reference
#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 va_start(v, l)   _crt_va_start(v,l)
 
#define va_arg(v, l)   _crt_va_arg(v,l)
 
#define va_end(v)   _crt_va_end(v)
 
#define va_copy(d, s)   _crt_va_copy(d,s)
 

Macro Definition Documentation

◆ va_arg

#define va_arg (   v,
  l 
)    _crt_va_arg(v,l)

Definition at line 27 of file stdarg.h.

◆ va_copy

#define va_copy (   d,
  s 
)    _crt_va_copy(d,s)

Definition at line 29 of file stdarg.h.

◆ va_end

#define va_end (   v)    _crt_va_end(v)

Definition at line 28 of file stdarg.h.

◆ va_start

#define va_start (   v,
  l 
)    _crt_va_start(v,l)

Definition at line 26 of file stdarg.h.