摘要: 1 struct ref { 2 void (*free)(const struct ref *); 3 int count; 4 }; 5 6 static inline void 7 ref_inc(const struct ref *ref) 8 { 9 ((struct ref *)ref) 阅读全文
posted @ 2021-10-12 17:04 zhangwju 阅读(408) 评论(0) 推荐(0) 编辑