Iros
 
Loading...
Searching...
No Matches
stdarg.h File Reference

Go to the source code of this file.

Macros

#define va_start(list, x)
 
#define va_end(list)
 
#define va_arg(list, x)
 

Macro Definition Documentation

◆ va_arg

#define va_arg ( list,
x )
Value:
__builtin_va_arg(list, x)

◆ va_end

#define va_end ( list)
Value:
__builtin_va_end(list)

◆ va_start

#define va_start ( list,
x )
Value:
__builtin_va_start(list, x)