Update version to 0.16
[ust.git] / hello / hello.c
diff --git a/hello/hello.c b/hello/hello.c
deleted file mode 100644 (file)
index 0735fd6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <stdio.h>
-#include <unistd.h>
-
-#include "../libmarkers/marker.h"
-
-void probe(const struct marker *mdata,
-               void *probe_private, void *call_private,
-               const char *fmt, va_list *args)
-{
-       printf("In probe\n");
-}
-
-int main()
-{
-       printf("Hello, World!\n");
-
-       marker_probe_register("abc", "testmark", "", probe, NULL);
-
-       trace_mark(abc, testmark, "", MARK_NOARGS);
-
-       scanf("%*s");
-
-       return 0;
-}
This page took 0.030501 seconds and 4 git commands to generate.