From f69fcbeda40d450b52dfe65d7259ca64799f459d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 23 Apr 2020 22:08:57 +0200 Subject: Nice --- src/ft_b_echo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ft_b_echo.c') diff --git a/src/ft_b_echo.c b/src/ft_b_echo.c index c50bd8b..fdac868 100644 --- a/src/ft_b_echo.c +++ b/src/ft_b_echo.c @@ -12,14 +12,15 @@ #include #include + #include "ft_s_struct.h" #include "ft_u_utils.h" -/* TODO: norme, echo $variables, echo "quoted text", echo 'quoted text', */ +/* TODO: norme, echo $variables (variables are subst when parsing the line), */ +/* echo "quoted text", echo 'quoted text', */ /* echo kill\nbackslash\nbut\nnot\nn, echo "quoted\nnew\nlines" */ /* Might need to go full buffer */ - uint8_t ft_b_echo(char *args[], t_msh *msh) -- cgit v1.2.3