MCPcopy Create free account
hub / github.com/Vector35/debugger / main

Function main

test/src/helloworld_func.c:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9int main(int ac, char **av)
10{
11 hello(0);
12 hello(1);
13 hello(2);
14 hello(3);
15 return 0;
16}

Callers

nothing calls this directly

Calls 1

helloFunction · 0.85

Tested by

no test coverage detected