mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-12-17 01:45:18 -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
|