mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-27 09:34:28 +00:00
93cc178cfe
We should avoid recursion, as it makes reasoning about stack growth harder. This tool shows (currently) 4 (non-tail) recursive functions, at least 2 of which are easy to fix.