stdarg.h header reference
[C library module]

The source code of this header can be browsed online.

Members [link] 

Type [link] 

Macros [link] 

Members detail [link] 

#define STDARG_H_ [link] 

This macro is declared in stdarg.h source file, line 25.

#define va_arg [link] 

This macro is declared in stdarg.h source file, line 48.

stdarg standard funtion

This macro expands to:

__builtin_va_arg

#define va_copy(d,s) [link] 

This macro is declared in stdarg.h source file, line 49.

stdarg standard funtion

This macro expands to:

__builtin_va_copy((d),(s))

#define va_end [link] 

This macro is declared in stdarg.h source file, line 47.

stdarg standard funtion

This macro expands to:

__builtin_va_end

typedef __builtin_va_list va_list [link] 

This typedef is declared in stdarg.h source file, line 37.

#define va_start(v, l) [link] 

This macro is declared in stdarg.h source file, line 43.

stdarg standard funtion

Alternate declarations with same identifier: [1], [2].

This macro expands to:

__builtin_va_start((v), (l))

#define va_start(v, l) [link] 

This macro is declared in stdarg.h source file, line 45.

stdarg standard funtion

Alternate declarations with same identifier: [1], [2].

This macro expands to:

__builtin_stdarg_start((v), (l))
Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc