1 2 3 4 5 6
#include "memory.h" int strcmp(char const *string1, char const *string2) { return rawmemccmp(string1, string2, '\0'); }