Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
Go to the source code of this file.
Macros | |
#define | va_start(ap, last) __builtin_va_start(ap,last) |
#define | va_arg(ap, type) __builtin_va_arg(ap,type) |
#define | va_end(ap) __builtin_va_end(ap) |
Typedefs | |
typedef __builtin_va_list | va_list |