gonzui


Format: Advanced Search

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