convert from svn repository: remove tags directory
[lttv.git] / trunk / markers-userspace / testlib.c
1 #include <stdio.h>
2 #include "marker.h"
3
4 void testfct(void)
5 {
6 void *ptr = (void *)0x2;
7
8 trace_mark(test_lib_mark, "%p", ptr);
9 }
This page took 0.02944 seconds and 4 git commands to generate.