stdarg.h File Reference

Go to the source code of this file.

Defines

#define va_start(ap, last)   __builtin_va_start(ap, last)
#define va_arg(ap, type)   __builtin_va_arg(ap, type)
#define va_end(ap)   __builtin_va_end(ap)
#define va_copy(dst, src)   __builtin_va_copy(dst,src)

Typedefs

typedef __builtin_va_list va_list


Detailed Description

Definition in file stdarg.h.


Generated on Sun Jun 18 17:03:55 2006 for HelenOS Kernel (mips32) by  doxygen 1.4.6