摘要: #ifndef __LIST_H__#define __LIST_H__#include <stdint.h>#define LIST_ITEM_VAR() LIST_ITEM_T item#define LIST_ITEM_PTR(x) LIST_ITEM_T * x#define LIST_ITEM_PAIR(x, y) LIST_ITEM_T * x, * y//#define list_entry(pItem, T) ( (T *)(pItem) )#define LIST_ITEM_U8_PTR( p... 阅读全文
posted @ 2013-04-24 22:37 IAmAProgrammer 阅读(340) 评论(0) 推荐(0) 编辑