int sprintf_s(char * restrict s, rsize_t n, const char * restrict format, . ... #include <math.h> int main(void) { char buffer[80]; sprintf_s(buffer, 40, ...
確定! 回上一頁