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

LibC: Implement fenv.h

This commit is contained in:
Mițca Dumitru 2021-02-24 12:43:47 +02:00 committed by Andreas Kling
parent 53c4be926b
commit 00ef931f79
3 changed files with 315 additions and 0 deletions

View file

@ -6,6 +6,7 @@ set(LIBC_SOURCES
dirent.cpp
dlfcn.cpp
fcntl.cpp
fenv.cpp
getopt.cpp
grp.cpp
ioctl.cpp