摘要: #include #include #define container_of(ptr, type, mem)(type *)((unsigned long)ptr -(unsigned long)&((type *)NULL)->mem) struct person { struct pers... 阅读全文
posted @ 2015-08-19 18:28 zhangwju 阅读(1212) 评论(0) 推荐(0) 编辑