MCPcopy Index your code
hub / github.com/GJDuck/e9patch / strcmp

Function strcmp

examples/stdlib.c:2662–2665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2660}
2661
2662static int strcmp(const char *s1, const char *s2)
2663{
2664 return strncmp(s1, s2, SIZE_MAX);
2665}
2666
2667static char *strncat(char *dst, const char *src, size_t n)
2668{

Callers 15

scn_dwarf_typeFunction · 0.85
check_sectionFunction · 0.85
test_stringFunction · 0.85
parseBoolOptArgFunction · 0.85
parseOptionsFunction · 0.85
realMainFunction · 0.85
expectStringFunction · 0.85
makeMacroEntryFunction · 0.85
makeDataEntryFunction · 0.85
parseParamsFunction · 0.85
getMessageFunction · 0.85
operator<Method · 0.85

Calls 1

strncmpFunction · 0.85

Tested by 1

test_stringFunction · 0.68