ReactOS 0.4.16-dev-455-g37b0646
queue.h
Go to the documentation of this file.
1#include <sys/queue.h>
2
3
4#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
5
6#define STAILQ_FIRST(head) ((head)->stqh_first)