Hacker News new | ask | show | jobs
by Koshkin 1821 days ago
Well, except that C does not have exceptions (at least not in the way that C++ does).
2 comments

longjmp for the win (or loss)!
Right, it has signals and almost no one ever bothers to test for EINTR.