merge
This commit is contained in:
commit
7c92b7fe56
5 changed files with 50 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/06/25 13:28:18 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/06/27 15:54:05 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -21,4 +21,8 @@ bool is_builtin(const char *str);
|
|||
// Execute the builtin command
|
||||
int exec_builtin(t_call call, t_env *env);
|
||||
|
||||
// Execute echo builtin
|
||||
int echo_builtin(const char **argv);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue