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