mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-05-15 09:01:27 -07:00
8 lines
91 B
C
8 lines
91 B
C
#ifndef SHELL_H
|
|
#define SHELL_H
|
|
|
|
void shell_loop(void);
|
|
void execute(char *input);
|
|
|
|
#endif
|