mirror of
https://github.com/pixelyblah/florid-os.git
synced 2026-05-15 03:36:07 +00:00
7 lines
No EOL
100 B
C
7 lines
No EOL
100 B
C
#ifndef SHELL_H
|
|
#define SHELL_H
|
|
|
|
void shell_init(void);
|
|
void interpret_command(char* input);
|
|
|
|
#endif |