MCPcopy Create free account
hub / github.com/IBM/Project_CodeNet / main

Function main

tools/spt-generator/examples/c/fib.c:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11int main(int argc, char **argv){
12 assert(argc==2);
13 int n = atoi(argv[1]);
14 printf("fib(%d) is %d \n", n, fib(n));
15 return 0;
16}

Callers 2

helloworld.cFile · 0.70
helloworld.cFile · 0.50

Calls 1

fibFunction · 0.85

Tested by

no test coverage detected