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
posted @ 2018-03-22 08:59
posted @ 2017-12-11 10:49
posted @ 2017-12-05 17:04
posted @ 2017-12-04 17:44
posted @ 2017-11-09 16:38
posted @ 2017-11-09 15:21