atoi requires one char * argument and returns an int (not a float!) ... itoa(15, str, 10)); printf("15 in hex is %s\n", itoa(15, str, 16)); return 0; } ...
確定! 回上一頁