C library function sprintf() - The C library function int sprintf(char *str, const char *format, ...) sends formatted output to a string pointed to, by str.
確定! 回上一頁