An open API service indexing awesome lists of open source software.

https://github.com/krgn/exceptions

Exceptions in C
https://github.com/krgn/exceptions

Last synced: 3 months ago
JSON representation

Exceptions in C

Awesome Lists containing this project

README

          

Exceptions:
-----------

Tiny implementation of exception handling with `setjmp`/`longjmp`. A train
journey project outcome from a trip from Frankfurt to Berlin.

Inspired by
[ http://sevko.io/articles/exceptions-in-c/ ](http://sevko.io/articles/exceptions-in-c/)

Building & Running:
-------------------

```
gcc main.c -o example && ./example
```