`ccall` macros for controlling SIGINT handling

No, only if your c function can call back into Julia and doesn’t support longjmp (to be fair the second condition is likely to be the case if the first one is satisfied). Most c code don’t.

2 Likes