convert from svn repository: remove tags directory
[lttv.git] / trunk / 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.037294 seconds and 4 git commands to generate.