maxishell
Implementation of a shell for Linux-like systems
|
Go to the source code of this file.
Functions | |
int | ft_perror (char *str) |
int | ft_isnumber (char *str) |
int ft_isnumber | ( | char * | str | ) |
Definition at line 24 of file exit_status_utils.c.
References ft_isdigit().
Referenced by builtin_exit().
int ft_perror | ( | char * | str | ) |
Definition at line 18 of file exit_status_utils.c.
References EXIT_FAILURE.
Referenced by builtin_pipe(), execute_child(), execute_child(), new_process(), open_tmp_file(), and setup_pipe_processes().