Iros
Loading...
Searching...
No Matches
Macros
stdarg.h File Reference
#include <
ccpp/bits/config.h
>
#include <
ccpp/bits/va_list.h
>
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)
libs
ccpp
include
stdarg.h
Generated by
1.13.0