-
Improving the Quality of Error-Handling Code in Systems Software using Functi...
In C, a typical strategy for implementing error handling code is to follow each operation that may encounter an error by a conditional that checks for an error result...
