dlist_foreach

dlist_foreach — dlist enumeration function.

Synopsis

#define dlist_foreach

Arguments

_dl the dlist head
_to the variable to take each item
_entry the entry field name within the item
_type type to cast _to to

Description

dlist enumeration function.

See Also

dlist_head, dlist_item