MCPcopy Create free account
hub / github.com/GJDuck/e9patch / init

Function init

test/regtest/init.c:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42);
43
44void init(int argc, char **argv, char **envp, void *dynamic)
45{
46 fprintf(stderr, "init argv = ");
47 for (int i = 0; i < argc; i++)
48 fprintf(stderr, "\"%s\" ", argv[i]);
49 fputc('\n', stderr);
50}
51
52void nop(void)
53{

Callers

nothing calls this directly

Calls 2

fputcFunction · 0.85
fprintfFunction · 0.50

Tested by

no test coverage detected