#define _OPEN_SYS_ITOA_EXT #include <stdlib.h> char * itoa(int n, char * buffer, ... The itoa() function coverts the integer n into a character string.
確定! 回上一頁