Include dependency graph for stackarg.h:

Go to the source code of this file.
Defines | |
| #define | __VARARGS_DEFINED |
| #define | va_start(ap, lst) ((ap) = (va_list)&(lst) + sizeof(lst)) |
| #define | va_arg(ap, type) (((type *)((ap) = (va_list)( (sizeof(type) <= 4) ? ((uint32_t)((ap) + 2*4 - 1) & (~3)) : ((uint32_t)((ap) + 2*8 -1) & (~7)) )))[-1]) |
| #define | va_end(ap) |
Typedefs | |
| typedef uint8_t * | va_list |
Definition in file stackarg.h.
1.4.6