ReactOS 0.4.16-dev-1288-g7ec3a7e
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)