Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void 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
52
void nop(void)
53
{
Callers
nothing calls this directly
Calls
2
fputc
Function · 0.85
fprintf
Function · 0.50
Tested by
no test coverage detected