Header-only library for lists.
C 66.0%
Nix 33.7%
Shell 0.3%
1 1 0

Clone this repository

https://tangled.org/stau.space/c-list https://tangled.org/did:plc:6n2ngs7zpcpwxz3jaoxj56tu/c-list
git@knot.tangled.wizardry.systems:stau.space/c-list git@knot.tangled.wizardry.systems:did:plc:6n2ngs7zpcpwxz3jaoxj56tu/c-list

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

C List#

This is a header-only library for singly-linked lists, written in C.

Usage#

Include the header in your project and put:

#define LIST_IMPLEMENTATION

When you want the function definitions to be included.