CCTLib
Calling-context and data-object attribution library for Intel Pin
test6.c
Go to the documentation of this file.
1 #include <math.h>
2 int f(int a)
3 {
4  int g = pow(a,0.75);
5  return g;
6 }
7 
8 int main()
9 {
10 
11  int a, b,c,d,e,f1;
12  int i;
13  for (i=0; i<10000; i++) {
14  f(10);
15  f(9);
16  }
17  return 0;
18 }
void g()
Definition: test6.c:6
void f()
Definition: test6.c:21
int main()
Definition: test6.c:27
int a[1000]
Definition: testArray.c:5