int printf(const char *restrict format, ...); int snprintf(char *restrict s, ... If n is zero, nothing shall be written and s may be a null pointer.
確定! 回上一頁