A simple input/output library for c that implements console and file IO.
Find a file
2025-10-20 09:22:00 -05:00
Include/Iony feat(console coloring): implemented base types 2025-10-20 09:22:00 -05:00
Src/Core feat(console coloring): implemented base types 2025-10-20 09:22:00 -05:00
Tests feat(console coloring): added printing error 2025-10-19 09:28:17 -05:00
.clang-tidy build(init): added cmake build system and clang tidy files 2025-10-17 08:07:27 -05:00
.gitignore Update .gitignore 2025-10-16 16:27:01 -05:00
CMakeLists.txt feat(console coloring): removed the standard c lib 2025-10-19 08:06:38 -05:00
LICENSE Initial commit 2025-10-16 16:26:33 -05:00
README.md Initial commit 2025-10-16 16:26:33 -05:00

Iony

A simple input/output library for c that implements console and file IO.