Skip to content

gwilymk/c-exceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors