summaryrefslogtreecommitdiffstats
path: root/src/ft_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_echo.c')
-rw-r--r--src/ft_echo.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ft_echo.c b/src/ft_echo.c
new file mode 100644
index 0000000..a7e6303
--- /dev/null
+++ b/src/ft_echo.c
@@ -0,0 +1,5 @@
+#include <libft.h>
+void
+ft_echo(const char *arg)
+{
+}