atoi. Converts a string to an integer. Syntax: int atoi (str) char *str; ... strValue[10] cexpression strcpy(strValue,"10000") printf "%d", atoi(strValue) ...
確定! 回上一頁