项目描述

liberrhdl 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.

(This Description is auto-translated) Try to translate to Japanese Show Original Description

Your rating
Review this project