|
C-Shell
A simple shell written in C.
|
Macros | |
| #define | LINE_BUFFER_SIZE 1024 |
| #define | MAXHOSTNAMELEN 32 |
Functions | |
| int | load_settings () |
| Will load configuration file(s). | |
| int | loop () |
| I keep looping, looping till the user exits. | |
| int | print_prompt () |
Prints username@machinename:path>. | |
| #define LINE_BUFFER_SIZE 1024 |
| #define MAXHOSTNAMELEN 32 |
| int load_settings | ( | ) |
Will load configuration file(s).
Not yet implemented.
| int loop | ( | ) |
I keep looping, looping till the user exits.
| int print_prompt | ( | ) |
Prints username@machinename:path>.