CTryCatch icon indicating copy to clipboard operation
CTryCatch copied to clipboard

C++ style try/catch support library in pure C.

Results 6 CTryCatch issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted

In CTryCatch.h, the line in the `try` macro ... ```c if(!(CTRYCATCH_NAME(exception_type) = setjmp(CTRYCATCH_NAME(exception_env)))) ``` ... may cause undefined behavior, since setjmp's return value can not be used to initialize a...

There are no way to tell if `__ctrycatch_exception_message` is hardcoded or allocated in runtime.

bug
help wanted