Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ANSI-Christ/C-try-catch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-try-catch

C try / catch implementation.

  • cross-platform
  • thread safety
  • nested calls
  • automatic throwing up if it is impossible to find match at its level

Specific:

  • in TRY block do not call return and goto
  • EXCEPTION always rewrites by last one
  • finally block can be handmade by using goto in CATCH block

Look for usage examples in main.c

About

try / catch implementation in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published