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

Go to the source code of this file.
Defines | |
| #define | __vasz(x) ((sizeof(x)+sizeof(int)-1) & ~(sizeof(int) -1)) |
| #define | va_start(ap, parmN) ((ap) = (va_list)&parmN + __vasz(parmN)) |
| #define | va_arg(ap, type) |
| #define | va_end(ap) |
Typedefs | |
| typedef char * | va_list |
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
1.4.6