move code to exit_shell function

This commit is contained in:
2021-06-26 19:09:41 -04:00
parent 5ce2096b2c
commit 5e5c9d8db3
2 changed files with 6 additions and 5 deletions

View File

@@ -20,5 +20,5 @@
#define _MYSHELLIN_BUILTINS
bool is_builtin(char *command);
void run_builtin(StringArray *string_array);
void exit_shell();
void exit_shell(StringArray *string_array);
#endif