MCPcopy 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
4240static void perror(const char *msg)
4241{
4242 fprintf(stderr, "%s: %s\n", msg, strerror(errno));
4243}
4244
4245/****************************************************************************/
4246/* SCANF */

Callers 1

test_statFunction · 0.85

Calls 2

strerrorFunction · 0.85
fprintfFunction · 0.70

Tested by 1

test_statFunction · 0.68