26 lines
688 B
Markdown
26 lines
688 B
Markdown
|
|
# except
|
||
|
|
|
||
|
|
## Description
|
||
|
|
Exceptions and Try/Catch implementation written in C.
|
||
|
|
|
||
|
|
## Table of Contents
|
||
|
|
|
||
|
|
- [Description](#description)
|
||
|
|
- [Features](#features)
|
||
|
|
- [Usage](#usage)
|
||
|
|
- [Credits / Resources](#credits--resources)
|
||
|
|
- [License](#license)
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
## Credits / Resources
|
||
|
|
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)<br>
|
||
|
|
[Make a README](https://www.makeareadme.com/)<br>
|
||
|
|
[Choose a LICENSE](https://choosealicense.com/)<br>
|
||
|
|
[Interfaces and Implementations - David Hanson](https://github.com/drh/cii)<br>
|
||
|
|
|
||
|
|
## License
|
||
|
|
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.
|