LibC: Implement strto{u,i}max()

This commit is contained in:
2024-08-05 00:53:27 +03:00
parent 5dce4e6aea
commit 3651306f57
2 changed files with 15 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ set(LIBC_SOURCES
dirent.cpp
fcntl.cpp
grp.cpp
inttypes.cpp
locale.cpp
malloc.cpp
math.cpp