A simple input/output library for c that implements console and file IO.
Find a file
2025-10-17 17:43:08 -05:00
Include/Iony refactor(console input): added missing void to clear console function 2025-10-17 17:38:56 -05:00
Src/Core refactor(console input): added missing void to clear console function 2025-10-17 17:38:56 -05:00
Tests feat(console input): implemented get line function 2025-10-17 17:37:14 -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.