标签: c linux operating-system system-calls
我是关于系统调用的新手。在示例代码中始终使用int x=read(...) 但是手册页显示了不同的读取功能。他们之间有什么区别?以及如何使用read(1)而不是read(2)?
int x=read(...)