stdlib: abs, labs, llabs, div, ldiv and lldiv are now tested (DONE)

This commit is contained in:
Lephenixnoir 2021-05-19 14:52:30 +02:00
parent e4c385d0df
commit 6e66c531ca
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 2 additions and 2 deletions

4
STATUS
View File

@ -100,8 +100,8 @@ DONE: Function/symbol/macro is defined, builds, links, and is tested
7.20.3 Memory management functions: TODO (check existing code first)
7.20.4 Communication with the environment: TODO
7.20.5 Searching and sorting utilities: TODO
7.20.6.1 abs, labs, llabs: TEST
7.20.6.2 div, ldiv, lldiv: TEST
7.20.6.1 abs, labs, llabs: DONE
7.20.6.2 div, ldiv, lldiv: DONE
7.20.7 Multibyte/wide character conversion functions: TODO
7.20.8 Multibyte/wide string conversion functions: TODO