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
}
g
void g()
Definition:
test6.c:6
f
void f()
Definition:
test6.c:21
main
int main()
Definition:
test6.c:27
a
int a[1000]
Definition:
testArray.c:5
clients
valueNum_test
test6.c
Generated on Wed Jul 15 2026 04:51:30 for CCTLib by
1.9.1