From 41ab197ba25e5c8a01ad763a2c0dc1d0b1679f1c Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Wed, 19 May 2021 14:54:46 +0200 Subject: [PATCH] inttypes: imaxabs and imaxdiv are now tested (DONE) --- STATUS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS b/STATUS index 1f22dca..55b2090 100644 --- a/STATUS +++ b/STATUS @@ -47,8 +47,8 @@ DONE: Function/symbol/macro is defined, builds, links, and is tested 7.8 7.8.1 PRI* macros: LDEPS(*printf) 7.8.1 SCN* macros: LDEPS(*scanf) - 7.8.2.1 imaxabs: TEST - 7.8.2.2 imaxdiv: TEST + 7.8.2.1 imaxabs: DONE + 7.8.2.2 imaxdiv: DONE 7.8.2.3 strotimax strtoumax: TODO 7.8.2.4 wcstoimax wcstoumax: TODO