Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdvancedCompiler/AdvancedCompiler
/ main
Function
main
code/Chapter8/8-1.c:12–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
a[i] = x * phi;
11
}
12
int main()
13
{
14
float* a;
15
int n=100;
16
a = (float*)malloc(n * sizeof(float));
17
function(a,n);
18
free(a);
19
return 0;
20
}
Callers
nothing calls this directly
Calls
1
function
Function · 0.70
Tested by
no test coverage detected