-
Notifications
You must be signed in to change notification settings - Fork 27
alternatives
Guillermo Calvo edited this page Feb 27, 2019
·
7 revisions
📝:
Some different implementations of exception handling systems in C are:
- Exceptions in C by Laurent Deniau
- Implementing Exceptions in C Programming language by Adomas Paltanavičius
- Exceptions in C by Andrew Snowden
- Handling exceptions in C code SWIG (Simplified Wrapper and Interface Generator)
- Exception Handling in C without C++ by Tom Schotland and Peter Petersen
- Trycatch library by Michael Stickel and Dirk Jagdmann
- XXL by Matt Messier and John Viega
- libex Exception handling and RAII for C by Sandro Magi
- libexcept An exceptions framework for the C programming language by Simon Howard
- cexcept try/catch/throw exception-handling interface for C by Adam M. Costello and Cosmin Truta
- A Manual of C Style Exception Handling by Douglas W. Jones
- Ex package Exception handling package by Douglas A. Gwyn
- LIBXC A C-library which wraps LIBC and implements exceptions by Andrew Snowden
- GEF General Exception-Handling Facility by Bruce W. Bigby
- cexception Simple exception handling in C by Mark VanderVoord
- EXC An Exception Handling Library for ANSI-C by Taj Khattra
- libexception Exception handling library for C by Benedikt Böhm
- cii C Interfaces and Implementations by David R. Hanson
- Exceptions in C with Longjmp and Setjmp by Francesco Nidito
- kulp A toy exception handling system for C by Darren Kulp
- errhdl Error Handler for C by Jan Behrens
- A Proposal for Exception Handling in C by Mikael Lyngvig
- Implementing Exceptions in C by Eric S. Roberts
- Complete exception handling for pure C code by Paulo H. "Taka" Torrens
- CException Simple exception handling in C by ThrowTheSwitch