gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:SIMPLEQ_END (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
267: #define SIMPLEQ_FIRST(head)         ((head)->sqh_first)
268: #define SIMPLEQ_END(head)           NULL
269: #define SIMPLEQ_EMPTY(head)         (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))