Description
Adds a typed linked-list helper for C projects as a header-only library. It helps developers manage intrusive or lightweight lists without adding a compiled runtime dependency.
Header-only data structures become part of the consuming program's code. Review ownership rules and lifetime handling to avoid memory errors.