ClassicOS/kernel/shell.h

8 lines
91 B
C

#ifndef SHELL_H
#define SHELL_H
void shell_loop(void);
void execute(char *input);
#endif