move code to exit_shell function
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user