File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ backgroundColor: white
2323
24242026年春季
2525
26- [ 课程幻灯片列表] ( https://www.yuque.com/xyong-9fuoz/qczol5/xpvcf129pvf3fuxb )
26+ [ 课程幻灯片列表] ( https://www.yuque.com/xyong-9fuoz/qczol5/rrop1cwd0kpaz7cl )
27+
28+ <!-- (https://www.yuque.com/xyong-9fuoz/qczol5/xpvcf129pvf3fuxb)-->
2729
2830---
2931
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ backgroundColor: white
110110| `` int exec(char *file,char *argv[]) `` | 用参数加载文件并执行;仅当出错时返回。 |
111111| `` char *sbrk(int n) `` | 将进程内存增加n个字节。返回新内存的开始地址。 |
112112| `` int open(char *file,int flags) `` | 打开文件;标志flag表示文件操作的读/写属性;返回一个fd(文件描述符)。 |
113- | `` int write(int fd,char *buf,int n) `` | 从buf向文件描述符fd写入n个字节;返回n。 |
113+ | `` int write(int fd,char *buf,int n) `` | 从buf向文件描述符fd写入n个字节;返回n|
114114
115115---
116116## UNIX/Linux提供的应用/内核接口?
You can’t perform that action at this time.
0 commit comments