Hacker News new | ask | show | jobs
by Asooka 2740 days ago
Exceptions are the exit() of libraries. Or if you're using plain C, setjmp/longjmp might be a good idea, depending on what you're doing.