Hacker News new | ask | show | jobs
by thrwyoilarticle 1362 days ago
I've seen code that solves it using a `retval` variable, a typical case of code that is written to avoid breaking MISRA rules instead reimplementing the problem that the MISRA rule tries to avoid except with less idiomatic code and more bugs.