Move immediate.h, marker.h and tracepoint.h to include/ust/
[ust.git] / tests / fork / fork2.c
CommitLineData
e55f3ac9
PMF
1#include <stdio.h>
2#include <unistd.h>
3
93d0f2ea 4#include <ust/marker.h>
e55f3ac9
PMF
5
6int main()
7{
8 printf("IN FORK2\n");
9
10 trace_mark(ust, after_exec, MARK_NOARGS);
11
12 return 0;
13}
14
15MARKER_LIB;
This page took 0.021924 seconds and 4 git commands to generate.