For converting text to integers, use the strtol() function, ... printf("Enter an integer value: "); fgets(input,63,stdin); value ...
確定! 回上一頁