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

LibM: Move the math standard library to LibC

This commit is contained in:
Tim Schumacher 2022-09-05 18:43:46 +02:00 committed by Brian Gianforcaro
parent eef989f9ed
commit 81d46fa100
8 changed files with 5 additions and 10 deletions

View file

@ -22,6 +22,7 @@ set(LIBC_SOURCES
link.cpp
locale.cpp
malloc.cpp
math.cpp
mntent.cpp
net.cpp
netdb.cpp