stackarg.h File Reference

Include dependency graph for stackarg.h:

Go to the source code of this file.

Data Structures

struct  va_list

Defines

#define va_start(ap, lst)
#define va_arg(ap, type)   (*((type *)((ap).last + ((ap).pos += sizeof(type) ) - sizeof(type))))
#define va_copy(dst, src)   dst=src
#define va_end(ap)


Detailed Description

Definition in file stackarg.h.


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