fix lib
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 13 Feb 2008 15:56:17 +0000 (15:56 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 13 Feb 2008 15:56:17 +0000 (15:56 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2815 04897980-b3bd-0310-b5e0-8ef037075253

markers-userspace/testlib.c [new file with mode: 0644]

diff --git a/markers-userspace/testlib.c b/markers-userspace/testlib.c
new file mode 100644 (file)
index 0000000..c8f4a97
--- /dev/null
@@ -0,0 +1,9 @@
+#include <stdio.h>
+#include "marker.h"
+
+void testfct(void)
+{
+       void *ptr = (void *)0x2;
+
+       trace_mark(test_lib_mark, "%p", ptr);
+}
This page took 0.023646 seconds and 4 git commands to generate.