Fix: Build examples when rpath is stripped from in-build-tree libs
[lttng-ust.git] / basic_lib.c
... / ...
CommitLineData
1#include <stdio.h>
2#include <ust/marker.h>
3
4void myfunc(void)
5{
6 ust_marker(in_lib, MARK_NOARGS);
7 printf("testfunc\n");
8}
9
10//UST_MARKER_LIB
This page took 0.024732 seconds and 5 git commands to generate.