c语言自定义函数读一行int readLine(char buffer[])
}
c语言自定义函数读一行int main()
}
就是用getchar()来读取一行就行了,自定义一下函数,方便重用.

相关文章: