[ADD] echo

This commit is contained in:
joris schaft 2024-06-25 13:55:51 +02:00
parent 823c5b8ac8
commit 4af738e2ee
3 changed files with 46 additions and 2 deletions

View file

@ -6,7 +6,7 @@
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
/* Updated: 2024/06/25 11:38:41 by jschaft ### ########.fr */
/* Updated: 2024/06/25 13:31:08 by jschaft ### ########.fr */
/* */
/* ************************************************************************** */
@ -21,4 +21,8 @@ bool is_builtin(const char *str);
// Execute the builtin command
int exec_builtin(t_call call, char *const envp[]);
// Execute echo builtin
int echo_builtin(const char **argv);
#endif