gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:TAILQ_END (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/queue.h - 27.6KB - 568 lines
340: #define TAILQ_FIRST(head)               ((head)->tqh_first)
341: #define TAILQ_END(head)                 NULL
342: #define TAILQ_NEXT(elm, field)          ((elm)->field.tqe_next)