PAPI
5.7.0.0
burn.c
Go to the documentation of this file.
1
#include <stdio.h>
2
3
#include "
do_loops.h
"
4
5
int
6
main
(
int
argc,
char
**argv )
7
{
8
(void)argc;
9
(void)argv;
10
11
do_stuff
( );
12
return
0;
13
}
main
int main(int argc, char **argv)
Definition:
burn.c:6
do_stuff
void do_stuff(void)
Definition:
do_loops.c:256
do_loops.h
src
ctests
burn.c
Generated on Wed Mar 27 2019 00:55:12 for PAPI by
1.8.15