1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:37:47 +00:00

LibC: Add imaxdiv and lldiv

This commit is contained in:
Mițca Dumitru 2021-03-07 18:09:44 +02:00 committed by Andreas Kling
parent 42a8186728
commit 857b0e1dc3
5 changed files with 74 additions and 0 deletions

View file

@ -9,6 +9,7 @@ set(LIBC_SOURCES
fenv.cpp
getopt.cpp
grp.cpp
inttypes.cpp
ioctl.cpp
libcinit.cpp
libgen.cpp