diff options
Diffstat (limited to 'src/ft_echo.c')
-rw-r--r-- | src/ft_echo.c | 5 |
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) +{ +} |