aboutsummaryrefslogtreecommitdiff
path: root/playground.h
diff options
context:
space:
mode:
Diffstat (limited to 'playground.h')
-rw-r--r--playground.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/playground.h b/playground.h
new file mode 100644
index 0000000..824157b
--- /dev/null
+++ b/playground.h
@@ -0,0 +1,6 @@
+#ifndef PLAYGROUND_H
+#define PLAYGROUND_H
+
+extern "C" void halt();
+
+#endif