aboutsummaryrefslogtreecommitdiff
path: root/src/utils/print.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-04 11:19:55 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-04 11:19:55 +0200
commit2a99c6259d54e6b5278b49ee248ba2ac66a7a56a (patch)
tree3fd96721f2a4a65c2e7893b23e61d1920f72216d /src/utils/print.h
Create repository
Diffstat (limited to 'src/utils/print.h')
-rw-r--r--src/utils/print.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/print.h b/src/utils/print.h
new file mode 100644
index 0000000..51ed076
--- /dev/null
+++ b/src/utils/print.h
@@ -0,0 +1,7 @@
+#ifndef PRINT_H
+#define PRINT_H
+
+
+void putchar(char);
+
+#endif