miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
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 _STDARG_H_
#define va_start(v, l)
#define va_end(v)
#define va_arg(v, l)

Typedefs

typedef __builtin_va_list va_list

Macro Definition Documentation

◆ _STDARG_H_

#define _STDARG_H_

◆ va_arg

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

◆ va_end

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

◆ va_start

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

Typedef Documentation

◆ va_list

typedef __builtin_va_list va_list