summaryrefslogtreecommitdiff
path: root/include/rune_list.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: add a linked list implementationDanny Holman2024-08-221-0/+32
Add a generic linked list implementation based on the one found in the Linux kernel. Signed-off-by: Danny Holman <dholman@gymli.org>