libevent中的基本数据结构---queue.h
摘要:
使用例子如下: 1 #include "list.h" 2 #include <stdlib.h> 3 #include <stdio.h> 4 5 struct Person{ 6 int age; 7 double length; 8 SLIST_ENTRY(Person) next; 9 }; 阅读全文
posted @ 2018-03-22 08:59 沐浴凌风 阅读(1441) 评论(0) 推荐(0) 编辑