Library of functions with exceptions, written in C.
Go to file
2024-11-15 19:53:37 -06:00
include Changed function names 2024-11-15 19:47:59 -06:00
src Changed implementation function names 2024-11-15 19:53:37 -06:00
tests Initial commit 2024-11-15 19:41:47 -06:00
LICENSE Initial commit 2024-11-15 19:41:47 -06:00
Makefile Initial commit 2024-11-15 19:41:47 -06:00
README.md Initial commit 2024-11-15 19:41:47 -06:00

Exectd

Description

Library of functions with exceptions, written in C. Depends on except.h

Table of Contents

Features / TODOS

  • Raised exceptions for errors
  • open, close
  • fopen, fclose

Usage

Just copy and paste into your projects.

Credits / Resources

License

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