diff options
Diffstat (limited to 'src/echo.h')
-rw-r--r-- | src/echo.h | 4 |
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 |