7 #include <ltt/ltt-facility-user_generic.h>
8 #include <ltt/ltt-facility-custom-user_generic.h>
11 int main(int argc
, char **argv
)
13 printf("Will trace a printf of an incrementing counter.\n");
14 unsigned int count
= 0;
17 trace_user_generic_slow_printf("in: %s at: %s:%d: Counter value is: %u.",
18 __FILE__
, __func__
, __LINE__
, count
);
This page took 0.032748 seconds and 4 git commands to generate.