update: added exit builtin function definition
This commit is contained in:
@@ -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 00:46:17 by sede-san ### ########.fr */
|
||||
/* Updated: 2025/10/30 01:21:55 by sede-san ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
/* Functions */
|
||||
/******************************************************************************/
|
||||
|
||||
// exit.c
|
||||
|
||||
extern u_int8_t builtin_exit(t_command cmd, t_minishell *msh);
|
||||
|
||||
// pwd.c
|
||||
|
||||
extern u_int8_t builtin_pwd(void);
|
||||
|
||||
Reference in New Issue
Block a user