Possible duplicate:
C: How do you simulate an “exception”?
Hi, I know that exception handling is available in C ++, but not in C. But I also read that exception handling is provided by the OS, so is there any function for C that causes the same behavior from the OS as try catch and throw? Thanks.
c exception-handling
B.Gen.Jack.O.Neill
source share