Format: AllC/C++CSSTextshell script Advanced Search
201: */ 202: #define LIST_INIT(head) do { \ 203: LIST_FIRST(head) = LIST_END(head); \
125: 126: #define LIST_INIT(head) do { \ 127: (head)->lh_first = NULL; \