摘要: 知识点框图 . 阅读全文
posted @ 2021-01-02 23:13 一匹夫 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 第一部分 1. 直接上代码 #include <stdio.h> #include <unistd.h> #include <stdlib.h> int globvar = 6; char buf[] = "a write to stdout!\n"; void son_process_end_fu 阅读全文
posted @ 2021-01-02 22:24 一匹夫 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1. 先贴代码 #include <stdio.h> #include <stdlib.h> #include <unistd.h> int globvar = 6; /* external variable in initialized data */ int main(void) { int v 阅读全文
posted @ 2021-01-02 18:24 一匹夫 阅读(175) 评论(0) 推荐(0) 编辑