summaryrefslogtreecommitdiff
path: root/src/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio.h')
-rw-r--r--src/stdio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stdio.h b/src/stdio.h
new file mode 100644
index 0000000..2d0aa8a
--- /dev/null
+++ b/src/stdio.h
@@ -0,0 +1,6 @@
+#ifndef STDIO_H
+#define STDIO_H
+
+void printf(char *str, ...);
+
+#endif