we regretfully had to remove our git history for licensing reasons Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
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)
|