stackarg.h File Reference

Include dependency graph for stackarg.h:

Go to the source code of this file.

Defines

#define __VARARGS_DEFINED
#define va_start(ap, lst)   ((ap) = (va_list)&(lst) + sizeof(lst))
#define va_arg(ap, type)   (((type *)((ap) = (va_list)( (sizeof(type) <= 4) ? ((uint32_t)((ap) + 2*4 - 1) & (~3)) : ((uint32_t)((ap) + 2*8 -1) & (~7)) )))[-1])
#define va_end(ap)

Typedefs

typedef uint8_tva_list


Detailed Description

Definition in file stackarg.h.


Generated on Sun Jun 18 18:06:49 2006 for HelenOS Userspace (mips32) by  doxygen 1.4.6