Go to the source code of this file.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 22 of file exec2.c.
23{
25
27
28 if ( ( argc > 1 ) && ( strcmp( argv[1], "xxx" ) == 0 ) ) {
32 } else {
36
37 if ( execlp( argv[0], argv[0], "xxx", NULL ) == -1 )
39 }
40
42
43 return 0;
44
45}
initialize the PAPI library.
int tests_quiet(int argc, char **argv)
void PAPI_NORETURN test_fail(const char *file, int line, const char *call, int retval)
void PAPI_NORETURN test_pass(const char *filename)