C-Shell
A simple shell written in C.
|
#include "shelltypes.h"
Functions | |
int | execute (struct command *cmd) |
void | launch_job (struct job *j) |
void | init_shell () |
int execute | ( | struct command * | cmd | ) |
void init_shell | ( | ) |
void launch_job | ( | struct job * | j | ) |