Include dependency graph for stackarg.h:

This graph shows which files directly or indirectly include this file:

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.
1.4.6