Add memcmp
This commit is contained in:
parent
706a1935d4
commit
0d22dfa21f
|
@ -555,6 +555,7 @@ std::unordered_set<std::string> renamed_funcs{
|
|||
"memcpy",
|
||||
"memset",
|
||||
"memmove",
|
||||
"memcmp",
|
||||
"strcmp",
|
||||
"strcat",
|
||||
"strcpy",
|
||||
|
|
Loading…
Reference in a new issue