update: added cd builtin

This commit is contained in:
2025-10-31 01:41:50 +01:00
parent 5fc0af6bb3
commit ee7a879de5
2 changed files with 57 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
/* By: sede-san <sede-san@student.42madrid.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/10/29 22:09:51 by sede-san #+# #+# */
/* Updated: 2025/10/30 12:06:39 by sede-san ### ########.fr */
/* Updated: 2025/10/31 00:11:04 by sede-san ### ########.fr */
/* */
/* ************************************************************************** */
@@ -19,6 +19,10 @@
/* Functions */
/******************************************************************************/
// cd.c
extern u_int8_t builtin_cd(t_command cmd, t_minishell *msh);
// exit.c
extern u_int8_t builtin_exit(t_command cmd, t_minishell *msh);