|
infix
A JIT-Powered FFI Library for C
|
Functions | |
| void | native_crash_func () |
| int | main () |
| int main | ( | void | ) |
| void native_crash_func | ( | ) |
eg/cookbook/Ch09_SafeExceptions.c
This recipe demonstrates how to use the "Safe Exception Boundary" feature to catch exceptions (C++ or Windows SEH) that occur inside native code, preventing them from crashing your application.