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

Variable argument list macros. More...

Go to the source code of this file.

Macros

#define va_start(ap, last)
#define va_arg(ap, type)
#define va_end(ap)
#define va_copy(dest, src)

Typedefs

typedef __builtin_va_list va_list

Detailed Description

Variable argument list macros.

Macro Definition Documentation

◆ va_arg

#define va_arg ( ap,
type )
Value:
__builtin_va_arg(ap, type)

◆ va_copy

#define va_copy ( dest,
src )
Value:
__builtin_va_copy(dest, src)

◆ va_end

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

◆ va_start

#define va_start ( ap,
last )
Value:
__builtin_va_start(ap, last)