setvbuf not able to make stdin unbuffered我的主要目的是使getchar在获取字符后立即返回,而不是等待ENTER键。 我试过了[cc lang=c]int main(){ ...
確定! 回上一頁