pintos/src/lib/stdarg.h File Reference

Go to the source code of this file.

Defines

#define va_start(LIST, ARG)   __builtin_va_start (LIST, ARG)
#define va_end(LIST)   __builtin_va_end (LIST)
#define va_arg(LIST, TYPE)   __builtin_va_arg (LIST, TYPE)
#define va_copy(DST, SRC)   __builtin_va_copy (DST, SRC)

Typedefs

typedef __builtin_va_list va_list


Define Documentation

#define va_arg ( LIST,
TYPE   )     __builtin_va_arg (LIST, TYPE)

Definition at line 12 of file stdarg.h.

Referenced by __vprintf(), and parse_conversion().

#define va_copy ( DST,
SRC   )     __builtin_va_copy (DST, SRC)

Definition at line 13 of file stdarg.h.

#define va_end ( LIST   )     __builtin_va_end (LIST)

#define va_start ( LIST,
ARG   )     __builtin_va_start (LIST, ARG)


Typedef Documentation

typedef __builtin_va_list va_list

Definition at line 8 of file stdarg.h.


Generated on Mon Jan 10 16:43:58 2011 for Pintos by  doxygen 1.5.6