#ifndef SHELL_SHELL_H #define SHELL_SHELL_H #include "scanner.h" #include bool parseInputLine(List *lp); #endif