diff options
Diffstat (limited to 'src/ft_b_echo.c')
-rw-r--r-- | src/ft_b_echo.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ft_b_echo.c b/src/ft_b_echo.c index abaf564..c50bd8b 100644 --- a/src/ft_b_echo.c +++ b/src/ft_b_echo.c @@ -15,7 +15,10 @@ #include "ft_s_struct.h" #include "ft_u_utils.h" - /* TODO: norme, echo $variables, echo "quoted text" */ +/* TODO: norme, echo $variables, 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[], |