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) |
Definition in file stackarg.h.