try/catch for C99.
Find a file
2014-05-14 23:20:55 +02: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 Initial import 2014-05-14 23:20:55 +02:00

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