mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +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)
|