summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/print.h b/print.h
new file mode 100644
index 0000000..08099c5
--- /dev/null
+++ b/print.h
@@ -0,0 +1,6 @@
+#ifndef PRINT_H
+#define PRINT_H
+
+void print(const char* str, ...);
+
+#endif \ No newline at end of file