Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2662
static int strcmp(const char *s1, const char *s2)
2663
{
2664
return strncmp(s1, s2, SIZE_MAX);
2665
}
2666
2667
static char *strncat(char *dst, const char *src, size_t n)
2668
{
Callers
15
scn_dwarf_type
Function · 0.85
check_section
Function · 0.85
test_string
Function · 0.85
parseBoolOptArg
Function · 0.85
parseOptions
Function · 0.85
realMain
Function · 0.85
expectString
Function · 0.85
makeMacroEntry
Function · 0.85
makeDataEntry
Function · 0.85
parseParams
Function · 0.85
getMessage
Function · 0.85
operator<
Method · 0.85
Calls
1
strncmp
Function · 0.85
Tested by
1
test_string
Function · 0.68