#include <stdio.h> #include <stdarg.h> int vsnprintf (char * buffer , size_t n , const char * format , va_list ap ); ...
確定! 回上一頁