查询任何函数和结构使用 man string; 如 # man list_head; 可以返回他的定义,描述,所谓头文件位置,相关函数,实例的内容 struct list_head *head; 注意要有*;