MCPcopy 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}
13void fun(int a){
14 for(i=0;i<n;i++)
15 x=(a/4)+i;
16}
17int main()
18{
19 unsigned long b[m],start ,end,k;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected