PAPI  5.7.0.0
burn.c File Reference
Include dependency graph for burn.c:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 6 of file burn.c.

7 {
8  (void)argc;
9  (void)argv;
10 
11  do_stuff( );
12  return 0;
13 }
void do_stuff(void)
Definition: do_loops.c:256
Here is the call graph for this function: