mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
6 lines
131 B
C
6 lines
131 B
C
#include <sys/queue.h>
|
|
|
|
|
|
#define STAILQ_NEXT(elm, field) ((elm)->field.stqe_next)
|
|
|
|
#define STAILQ_FIRST(head) ((head)->stqh_first)
|