LibC: Write mostly functioning stdio

This commit is contained in:
2023-04-23 14:32:37 +03:00
parent b38989d594
commit b15deb420f
13 changed files with 619 additions and 60 deletions

View File

@@ -4,6 +4,7 @@ project(libc CXX)
set(LIBC_SOURCES
ctype.cpp
fcntl.cpp
stdio.cpp
stdlib.cpp
string.cpp