C-Shell
A simple shell written in C.
|
Functions | |
void | quit_shell_with_status (int status) |
Quit the shell. | |
void | quit_shell () |
Quit the shell with status 0. | |
void quit_shell | ( | ) |
Quit the shell with status 0.
void quit_shell_with_status | ( | int | status | ) |
Quit the shell.
Exits the shell with the given status.
status | exit status |