Software APIs
Macros | Typedefs
stdarg.h File Reference

(eb77681)

C library Variable arguments (Freestanding) More...

Go to the source code of this file.

Macros

#define va_start(ap, param)
 
#define va_end(ap)
 
#define va_arg(ap, type)
 
#define va_copy(dst, src)
 

Typedefs

typedef __builtin_va_list va_list
 

Detailed Description

C library Variable arguments (Freestanding)

This header implements the stdarg.h standard header, as required by C11 S4p6. This header is specified in detail in S7.16.

The compiler intrinsics below are cribbed from https://clang.llvm.org/doxygen/stdarg_8h_source.html

Definition in file stdarg.h.