|
liberis
|
V810 stdarg implementation. More...
Go to the source code of this file.
Defines | |
| #define | _VA_LIST |
| #define | va_start(list, start) |
| #define | va_end(list) ((void)0) |
| #define | va_arg(list, mode) *(mode *)(&(list = (char*)(((int)list + 7)&~3U))[-4]) |
Typedefs | |
| typedef char * | va_list |
V810 stdarg implementation.
| #define va_start | ( | list, | |
| start | |||
| ) |
((void)((list) = (sizeof(start)<4 ? \ (char *)((int *)&(start)+1) : (char *)(&(start)+1))))
1.7.4