A simple input/output library for c that implements console and file IO.
Find a file
2025-10-18 09:51:31 -05:00
Include/Iony feat(console coloring): added basic console coloring 2025-10-18 08:32:11 -05:00
Src/Core fix(console coloring): fixed check for \r in get character function 2025-10-18 09:51:31 -05:00
Tests feat(console coloring): added basic console coloring 2025-10-18 08:32:11 -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 build(cmake): changed cmake to not include simd 2025-10-17 12:31:52 -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.