#define va_arg(va_list ap, T) <rvalue of type T> #define va_end(va_list ap) <void expression><\I> typedef do-type va_list; #define va_start(va_list ap, ...
確定! 回上一頁