mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:42:46 +00:00
[CRT][UCRTBASE] Add round/roundf
This commit is contained in:
parent
d736b55644
commit
5c6912f561
2 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue