itoa function converts integer into null-terminated string. ... char * itoa( int num, char * buffer, int base) ...
確定! 回上一頁