Netcruzer Library API
V2.03
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Macros
Groups
Pages
stdarg.h
Go to the documentation of this file.
1
34
//#define va_list
35
36
37
95
#define va_arg(ap, Ty) \
96
(AP = (void *) ((char *) (AP) - __va_rounded_size (TYPE)), \
97
*((TYPE *) (void *) ((char *) (AP) )))
98
99
100
116
#define va_end(ap) (void)0
117
118
119
133
#define va_start(ap, last_arg) AP=(void *) __builtin_next_arg (LASTARG)
system
stdarg.h
Generated on Tue Dec 9 2014 15:08:19 for Netcruzer Library API by
1.8.4