try/catch for C99.
Find a file
2017-01-22 16:56:43 +01:00
example.c Demonstrate rethrow in the example 2017-01-22 16:55:48 +01:00
Makefile Properly declare dependencies in the Makefile 2017-01-22 16:56:43 +01:00
README Initial import 2014-05-14 23:20:55 +02:00
trycatch.c Initial import 2014-05-14 23:20:55 +02:00
trycatch.h Never issue a warning if the exception is unused 2017-01-22 16:55:26 +01:00

This is a small library providing C++-like try/catch for C with almost
exactly the same syntax, see example.c.