aboutsummaryrefslogtreecommitdiff
path: root/ll.c
AgeCommit message (Collapse)Author
2023-12-06old changes I had lying aroundHEADmasterHolden Rohrer
Looks like I was trying to implement an splint linter here in order to disprove null check errors. This whole thing seems pretty useless except as a C exercise. Why not just use a Wiki or Knuth's WEB or org-mode or a text file with indentation?
2020-05-27Initial working commitHolden Rohrer
There are still some errors when run through valgrind, but it performs as expected for the test file.
2020-05-24removed ll->endHolden Rohrer