42sh 1.0.0
Create a shell in C
|
The main file of the project. More...
Functions | |
int | show_usage (void) |
Show the usage of the shell. | |
int | main (int argc, char **argv, char **env) |
Check if the shell can be running and run it or execute the usage. | |
The main file of the project.
int main | ( | int | argc, |
char ** | argv, | ||
char ** | env ) |
Check if the shell can be running and run it or execute the usage.
argc | The number of arguments |
argv | The arguments |
env | The environment variables |
int show_usage | ( | void | ) |
Show the usage of the shell.