Markers: remove channel name from trace_mark()
[ust.git] / tests / make_shared_lib / basic_lib.c
... / ...
CommitLineData
1#include <stdio.h>
2#include <ust/marker.h>
3
4void myfunc(void)
5{
6 trace_mark(in_lib, MARK_NOARGS);
7 printf("testfunc\n");
8}
9
10//MARKER_LIB
This page took 0.022837 seconds and 4 git commands to generate.