mylinuxer

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年12月29日

摘要: 189 struct hlist_head { 190 struct hlist_node *first; 191 }; 192 193 struct hlist_node { 194 struct hlist_node *next, **pprev; 195 }; hlist_head表示哈希表的 阅读全文
posted @ 2015-12-29 11:13 mylinuxer 阅读(2278) 评论(0) 推荐(0) 编辑