C header-only library for implementing type-safe linked lists
C header file only implementation of a typed linked list
tllist
$ tllist --help
$ gcc -I$(brew --prefix tllist)/include myprogram.c -o myprogram
$ brew info tllist