Description
Typed linked lists can be embedded in C projects through a header-only implementation. C developers install the current git build when they want a small reusable list utility without linking a separate library. It is passive source code, so memory safety, ownership rules, and API misuse are handled by the consuming program.