Clingo
Loading...
Searching...
No Matches
profile.c
The example shows how to inspect profiling data.
The example shows how to inspect profiling data.
Output
./profile
TODO
Code
// NOLINTNEXTLINE(bugprone-reserved-identifier)
#define __STDC_FORMAT_MACROS
#include <stdio.h>
int
main(
int
argc,
char
*argv[]) {
(void)argc;
(void)argv;
printf(
"TODO\n"
);
return
0;
}
Generated by
1.9.8