gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:LIST_END (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
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))