如何使用 C 中的系统调用附加到文件的开头(而不是结尾)?
我已经阅读了 open() 的手册页。我没有找到任何允许我附加到文件开头的标志代码(类似于 O_APPEND)。
(澄清 - Linux 中的系统调用)
c linux text append system-calls
append ×1
c ×1
linux ×1
system-calls ×1
text ×1