1 #include "k_stdio.h" 2 #include "k_string.h" 3 #include <stdarg.h> 362 int DS::printf(const char *fmt, ...) 363 { 364 va_list ap; ...
確定! 回上一頁