vsnprintf 函式標頭檔案:#include <stdarg.h> 函式原型:int vsnprintf(char *str, size_t size, const char *format, va_list ap);
確定! 回上一頁