文章分类 -  MIT6.S081 学习

摘要:| 函数类型 | 函数名称 | 函数参数 | 函数作用及返回值 | | | | | | | int | fork() | 无 | ① | | int | exit() | int status | ② | | int | wait() | int *status | ③ | | int | exec 阅读全文
posted @ 2023-06-27 17:33 Wsiyan 阅读(178) 评论(0) 推荐(0)