摘要: 主要用到的 . These should get you started: "opendir()" "readdir()" "closedir()" "fopen()" "fread()" "fwrite()" "fclose()" See "other C IO" functions. 参考: " 阅读全文
posted @ 2016-10-28 18:07 xiulug 阅读(1959) 评论(0) 推荐(0) 编辑
摘要: 阅读Linux Kernel Source Code 假如你在Linux系统下面阅读Linux内核源代码,那么需要准备一些工具。 ①Linux的内核源码 内核源码的下载地址: "Index of /pub/linux/kernel" ②代码阅读工具(Vim+Ctags+Cscope+Taglist) 阅读全文
posted @ 2016-10-28 17:37 xiulug 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 几个重要的 定义 Macros Defined in header `` enables access to variadic function arguments (function macro) accesses the next variadic function argument (func 阅读全文
posted @ 2016-10-28 08:43 xiulug 阅读(241) 评论(0) 推荐(0) 编辑