9 void test_function(void)
11 printf("we are in a test function\n");
15 int main(int argc
, char **argv
)
17 printf("Abort with CTRL-C.\n");
18 printf("See the result file in /tmp/ltt-usertrace.\n");
This page took 0.047153 seconds and 4 git commands to generate.