Format: AllC/C++CSSTextshell script Advanced Search
184: #define LIST_FIRST(head) ((head)->lh_first) 185: #define LIST_END(head) NULL 186: #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head))