errhdl 0.3 review

Download
by rbytes.net on

errhdl is a small C library that offers error handling methods similar to the exception handling in C++. In the event of errors, n

License: BSD License
File size: 6K
Developer: Jan Behrens
0 stars award from rbytes.net

errhdl is a small C library that offers error handling methods similar to the exception handling in C++.

In the event of errors, no exception objects are thrown, but an error class name and an error message are set, and execution continues at the next "OnError" statement.

The library can be seen as a nice frontend to setjmp/longjmp. It is thread safe and supports the use of POSIX threads.

What's New in This Release:
A bug has been fixed that caused ignored errors in a called function to be raised again in the calling function under certain circumstances.

errhdl 0.3 keywords