mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2026-03-09 16:35:21 -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
|