pavelxdd / circleq

Intrusive circular linked list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CIRCLEQ

Build License

CIRCLEQ is a single header intrusive circular linked list.

It is inspired by <sys/queue.h> from glibc and FreeBSD.

meson setup build -Dprefix=/usr/local
meson install -Cbuild

About

Intrusive circular linked list

License:The Unlicense


Languages

Language:C 85.4%Language:Meson 14.6%