SIMPLEQ_END
#define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
(var) != SIMPLEQ_END(head); \