libioutil Implement a file reader
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m23s

This commit is contained in:
2026-03-02 23:25:34 +01:00
parent 0ca5f0a3f3
commit af66f1ed44
4 changed files with 132 additions and 24 deletions

View File

@@ -1,3 +1,5 @@
c += filewriter.c
c += filewriter.c \
filereader.c
o += filewriter.o
o += filewriter.o \
filereader.o