Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
int 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.c
File · 0.70
helloworld.c
File · 0.50
Calls
1
fib
Function · 0.85
Tested by
no test coverage detected