summaryrefslogtreecommitdiff
path: root/test/list_test.c
AgeCommit message (Collapse)Author
2023-05-09utils: Create linked list data structureJohnny Richard
This is a simple implementation of a general propose single-linked list. There is only the *prepend* function implemented at this moment. We can alway revisit the code and implement new missing functionality on demand. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>