Skip to content

An exception system in C built around setjmp/longjmp

License

Notifications You must be signed in to change notification settings

gwilymk/c-exceptions

Repository files navigation

C Exceptions

This is a crazy implementation of exceptions in C. I would definitely not recommend ever using it, but it is an interesting use of the C preprocessor and setjmp / longjmp.

This repo exists to accompany the blog post here

About

An exception system in C built around setjmp/longjmp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published