vsprintf sends data to the memory pointed to by buffer. #include <stdio.h> #include <stdarg.h> int vsnprintf(char *buffer, size_t size, const char *format, ...
確定! 回上一頁