except/README.md
2025-04-04 08:45:31 -05:00

694 B

Except

Description

Exceptions, Try/Catch, and Testing library written in C.

Table of Contents

Features / TODOS

  • Exceptions with setjmp longjmp.
  • Try / Catch logic.
  • Assert based testing.

Usage

See /tests

Credits / Resources

Tom Preston-Werner - README Driven Development
C Interfaces and Implementations

License

This project is licensed under MIT - see the LICENSE file for details.