Files
except/README.md
2026-02-27 18:57:44 -06:00

30 lines
684 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
- [x] Exceptions
- [x] Try/Catch
- [x] Assertions
- [ ] Works on Windows
## 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>
## License
This project is licensed under MIT - see the [LICENSE](LICENSE) file for details.