我想编写一个 C 程序,将文件的内容打印到终端中。
但是,我们不允许使用该<stdio.h>库,因此printf无法使用诸如此类的功能。
<stdio.h>
printf
将东西打印到终端的替代方法是什么?
我正在做一些搜索,但我找不到直接的答案,因为大多数人只是使用printf.
c unix linux system-calls output
c ×1
linux ×1
output ×1
system-calls ×1
unix ×1