[CRT][UCRTBASE] Add round/roundf

This commit is contained in:
Timo Kreuzer 2025-04-16 18:28:42 +03:00
parent d736b55644
commit 5c6912f561
2 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,8 @@ list(APPEND LIBCNTPR_MATH_SOURCE
math/div.c
math/exp2f.c
math/labs.c
math/round.c
math/roundf.c
math/sincos.c
)