tllist

C header-only library for implementing type-safe linked lists

brewmacoslinux
Try with needOr install directly
Source

About

C header file only implementation of a typed linked list

Commands

tllist

Examples

View tllist documentation and API reference$ tllist --help
Include tllist header in C project for typed linked list operations$ gcc -I$(brew --prefix tllist)/include myprogram.c -o myprogram
Check installed tllist version and location$ brew info tllist