Files
opSys-shell/shell.h
2024-02-16 15:34:28 +01:00

10 lines
127 B
C

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