try/catch for C99.
Find a file
Jonathan Schleifer f2b431f80a
Rename the include guard
The include guard caused a warning with newer versions of Clang.
2017-01-22 16:48:23 +01:00
example.c Initial import 2014-05-14 23:20:55 +02:00
Makefile Initial import 2014-05-14 23:20:55 +02: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 Rename the include guard 2017-01-22 16:48:23 +01:00

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