Markers: Namespace cleanup, with API change.
[ust.git] / tests / make_shared_lib / basic_lib.c
CommitLineData
41157ed7
PMF
1#include <stdio.h>
2#include <ust/marker.h>
3
4void myfunc(void)
5{
686debc3 6 ust_marker(in_lib, MARK_NOARGS);
41157ed7
PMF
7 printf("testfunc\n");
8}
9
b521931e 10//UST_MARKER_LIB
This page took 0.034005 seconds and 4 git commands to generate.