summaryrefslogtreecommitdiff
path: root/src/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/echo.h')
-rw-r--r--src/echo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/echo.h b/src/echo.h
new file mode 100644
index 0000000..32af69f
--- /dev/null
+++ b/src/echo.h
@@ -0,0 +1,4 @@
+#ifndef ECHO
+#define ECHO
+char* read_file(char* path);
+#endif