/* strtol converts string to long integer */; lnumber = strtol(string, &endptr, 16);; printf("string = %s long = %ld/ ...
確定! 回上一頁