Add memcmp

This commit is contained in:
angie 2024-05-14 10:28:38 -04:00
parent 706a1935d4
commit 0d22dfa21f

View file

@ -555,6 +555,7 @@ std::unordered_set<std::string> renamed_funcs{
"memcpy",
"memset",
"memmove",
"memcmp",
"strcmp",
"strcat",
"strcpy",