mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-11-22 08:35:27 -08: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
|