CCTLib
Calling-context and data-object attribution library for Intel Pin
test3.c File Reference
#include <stdio.h>
+ Include dependency graph for test3.c:

Go to the source code of this file.

Macros

#define MAX   5010
 

Functions

int mix (int a, int b)
 
void main ()
 

Macro Definition Documentation

◆ MAX

#define MAX   5010

Definition at line 5 of file test3.c.

Function Documentation

◆ main()

void main ( )

Definition at line 21 of file test3.c.

References mix().

◆ mix()

int mix ( int  a,
int  b 
)

Definition at line 7 of file test3.c.

References a, f(), and MAX.

Referenced by main().