Y
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
gpderetta
1821 days ago
longjmp for the win (or loss)!
link
pjmlp
1821 days ago
Right, it has signals and almost no one ever bothers to test for EINTR.
link