str[2] = 0; // null terminator for C string convint = atoi( str ); // convert string to integer while(1); // prevent exit from main
確定! 回上一頁