MCPcopy Create free account
hub / github.com/AdvancedCompiler/AdvancedCompiler / main

Function main

code/Chapter8/8-2.c:14–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 a[i] = temp * phi;
13}
14int main()
15{
16 float*b;
17 int n=100;
18 b = (float*)malloc(n * sizeof(float));
19 function(b, n);
20 free(b);
21 return 0;
22}

Callers

nothing calls this directly

Calls 1

functionFunction · 0.70

Tested by

no test coverage detected