VLSI Solution Oy / MegaLib Documentation

stdarg.h File Reference

Go to the source code of this file.

Defines

#define va_start(ap, last)   (ap = ((va_list)&(last)))
#define va_arg(ap, type)   ((type *)(ap -= sizeof(type)))[0]
#define va_end(ap)

Typedefs

typedef char * va_list


Define Documentation

#define va_arg ap,
type   )     ((type *)(ap -= sizeof(type)))[0]
 

Definition at line 6 of file stdarg.h.

#define va_end ap   ) 
 

Definition at line 7 of file stdarg.h.

#define va_start ap,
last   )     (ap = ((va_list)&(last)))
 

Definition at line 5 of file stdarg.h.


Typedef Documentation

typedef char* va_list
 

Definition at line 3 of file stdarg.h.


All software copyright 2005-2006 VLSI Solution OY. Redistribution of this software is strictly forbidden.