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