Exceptions, Try / Catch, Testing and Assertion library, written in C.
Go to file
2025-07-05 14:51:50 -05:00
include Initial commit 2025-06-30 19:18:01 -05:00
src Initial commit 2025-06-30 19:18:01 -05:00
tests Initial commit 2025-06-30 19:18:01 -05:00
LICENSE Initial commit 2025-06-30 19:18:01 -05:00
Makefile Fixed Makefile newlines 2025-07-05 14:51:50 -05:00
README.md Initial commit 2025-06-30 19:18:01 -05:00

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.