Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GJDuck/e9patch
/ perror
Function
perror
examples/stdlib.c:4240–4243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4238
}
4239
4240
static void perror(const char *msg)
4241
{
4242
fprintf(stderr,
"%s: %s\n"
, msg, strerror(errno));
4243
}
4244
4245
/****************************************************************************/
4246
/* SCANF */
Callers
1
test_stat
Function · 0.85
Calls
2
strerror
Function · 0.85
fprintf
Function · 0.70
Tested by
1
test_stat
Function · 0.68