Skip to content

temple-fed/try.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

try.h

This header was previously a github gist due to its small size. However the header has been made into a regular repository as a couple projects depend on the try.h utility and github gists are not that good.

What is try.h ?

try.h is just a tiny C utility that provides try-catch like semantics by using the preprocessor. It does not use longjump or anything like that, just result checks.

About

try-catch for C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages