I'm stuck trying to get some stdarg.h macros working with CC. Here's an example: void my_printf(const char *fmt, ...) { va_list args ...
確定! 回上一頁