Skip to content

Commit 10cd6d1

Browse files
add
1 parent 3f8312a commit 10cd6d1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

lec1/p1-intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ backgroundColor: white
2323

2424
2026年春季
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

lec1/p5-tryunix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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提供的应用/内核接口?

0 commit comments

Comments
 (0)