C-Shell
A simple shell written in C.
Loading...
Searching...
No Matches
executor.h File Reference
#include "shelltypes.h"

Functions

int execute (struct command *cmd)
 
void launch_job (struct job *j)
 
void init_shell ()
 

Function Documentation

◆ execute()

int execute ( struct command * cmd)

◆ init_shell()

void init_shell ( )

◆ launch_job()

void launch_job ( struct job * j)