More implementation of the C standard library.

This commit is contained in:
2024-02-04 02:01:08 +01:00
parent 2a612d2d83
commit b965486de3
21 changed files with 658 additions and 68 deletions

View File

@@ -7,6 +7,8 @@ env['CRT0_PATH'] = env.File(f'src/crt0.{env["TARGET_ARCH"]}.s').abspath
stdlib_sources = Split(f'''
src/assert.cpp
src/ctype.cpp
src/errno.cpp
src/stdio.cpp
src/stdlib.cpp
src/string.cpp