aboutsummaryrefslogtreecommitdiff
path: root/cleanc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleanc.h')
-rw-r--r--cleanc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cleanc.h b/cleanc.h
new file mode 100644
index 0000000..9c3e043
--- /dev/null
+++ b/cleanc.h
@@ -0,0 +1,10 @@
+void hello(void);
+
+void init(void);
+
+void puti(long);
+
+void call(char*);
+
+long geti(void);
+