25 #define LELY_UTIL_DLLIST_INLINE extern inline
int dllist_contains(const struct dllist *list, const struct dlnode *node)
Checks if a node is part of a doubly-linked list.
This header file is part of the utilities library; it contains the doubly-linked list declarations.
#define dllist_foreach(list, node)
Iterates in order over each node in a doubly-linked list.
This is the internal header file of the utilities library.
A node in a doubly-linked list.