merge
This commit is contained in:
commit
368b46e82c
6 changed files with 52 additions and 28 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
|
||||
/* Updated: 2024/06/27 16:08:14 by mcolonna ### ########.fr */
|
||||
/* Updated: 2024/06/28 11:52:13 by mcolonna ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -19,9 +19,12 @@
|
|||
bool is_builtin(const char *str);
|
||||
|
||||
// Execute the builtin command
|
||||
int exec_builtin(t_call call, t_env *env);
|
||||
int exec_builtin(t_env *env, t_call call);
|
||||
|
||||
// Execute echo builtin
|
||||
int echo_builtin(const char **argv);
|
||||
|
||||
// Execute cd builtin
|
||||
int cd_builtin(t_env *env, t_call call);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue