aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/timed/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/timed/cleanup.c')
-rw-r--r--doc/examples/timed/cleanup.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/examples/timed/cleanup.c b/doc/examples/timed/cleanup.c
new file mode 100644
index 0000000..00f07bc
--- /dev/null
+++ b/doc/examples/timed/cleanup.c
@@ -0,0 +1,8 @@
+#include <bus.h>
+#include <stdio.h>
+
+int main()
+{
+ return bus_unlink("/tmp/example-bus") && (perror("cleanup"), 1);
+}
+