From b96970e26def6d244f7c4b686609d08ef3c56a3e Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Sat, 22 May 2021 09:10:30 +0200 Subject: [PATCH] string: memcmp is now tested (DONE) --- STATUS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STATUS b/STATUS index 30945cc..e106ba4 100644 --- a/STATUS +++ b/STATUS @@ -107,7 +107,7 @@ DONE: Function/symbol/macro is defined, builds, links, and is tested ! 7.21.2.4 strncpy: TODO ! 7.21.3.1 strcat: TODO ! 7.21.3.2 strncat: TODO -! 7.21.4.1 memcmp: TEST + 7.21.4.1 memcmp: DONE ! 7.21.4.2 strcmp: TODO ! 7.21.4.3 strcoll: TODO ! 7.21.4.4 strncmp: TODO