Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdvancedCompiler/AdvancedCompiler
/ fun
Function
fun
code/Chapter2/2-1.c:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
return result;
12
}
13
void fun(int a){
14
for(i=0;i<n;i++)
15
x=(a/4)+i;
16
}
17
int main()
18
{
19
unsigned long b[m],start ,end,k;
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected