ReactOS 0.4.15-dev-7846-g8ba6c66
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)