Format: AllC/C++CSSTextshell script Advanced Search
110: #define SLIST_FIRST(head) ((head)->slh_first) 111: #define SLIST_END(head) NULL 112: #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head))