SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
Macros | Typedefs
stdarg.h File Reference
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)   __builtin_va_start(v, l)
 
#define va_arg(v, l)   __builtin_va_arg(v, l)
 
#define va_end(v)   __builtin_va_end(v)
 
#define va_copy(d, s)   __builtin_va_copy(d, s)
 

Typedefs

typedef __builtin_va_list va_list
 

Macro Definition Documentation

◆ va_arg

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

◆ va_copy

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

◆ va_end

#define va_end (   v)    __builtin_va_end(v)

◆ va_start

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

Typedef Documentation

◆ va_list

typedef __builtin_va_list va_list