# Except ## Description Exceptions, Try/Catch, and Testing library written in C. ## Table of Contents - [Description](#description) - [Features](#features) - [Usage](#usage) - [Credits / Resources](#credits--resources) - [License](#license) ## Features / TODOS - [x] Exceptions with setjmp longjmp. - [x] Try / Catch logic. - [x] Assert based testing. ## Usage See /tests ## Credits / Resources [Tom Preston-Werner - README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html)
[C Interfaces and Implementations](https://github.com/drh/cii)
## License This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.