summaryrefslogtreecommitdiff
path: root/ex1-9.c
AgeCommit message (Collapse)Author
2022-11-16Messing around replacing loops with recursion leveraging ↵Martin Ashby
__attribute__((musttail)) in order to avoid stack overflow
2022-06-11Add CuTest and test script.martin@ashbysoft.com
Update ex1-9 with unit tests using CuTest.
2022-06-11ex1-9 ex1-10martin@ashbysoft.com