Files
Skeleton Files to help you.
-
Makefile
- Makefile
-
cmd.h
- A header file you'll find convenient.
-
command-int.c
- A skeleton for building a command interpreter. You should not have to change this very much (if at all).
-
gen-commands.py
- A python script that takes a list of command names and generates a skeleton file (you'll need to fill in the function bodies) that will, compiled with "command-int.c" produce a command interpreter.
-
What to do....
- A description of the assignment.

