This commit is contained in:
mcolonna 2024-07-04 11:52:22 +02:00
parent 668bd06c17
commit b6aed6ad78
4 changed files with 25 additions and 20 deletions

View file

@ -6,7 +6,7 @@
/* By: jschaft <cecile.schaft@orange.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/04/23 14:15:12 by mcolonna #+# #+# */
/* Updated: 2024/07/03 18:59:22 by jschaft ### ########.fr */
/* Updated: 2024/07/04 11:48:47 by mcolonna ### ########.fr */
/* */
/* ************************************************************************** */
@ -27,8 +27,8 @@ int echo_builtin(t_env *env, t_call call);
// Execute cd builtin
int cd_builtin(t_env *env, t_call call);
//Execute builtin with no arguments
int export_print_builtin(char *const *envp);
// Execute export builtin with no arguments
int export_print_builtin(t_env *env, t_call call);
// Execute export builtin
int export_builtin(t_env *env, t_call call);