move everything out of trunk
[lttv.git] / markers-userspace / testlib.c
CommitLineData
0d0c9f7a 1#include <stdio.h>
2#include "marker.h"
3
4void testfct(void)
5{
6 void *ptr = (void *)0x2;
7
8 trace_mark(test_lib_mark, "%p", ptr);
9}
This page took 0.027048 seconds and 4 git commands to generate.