mirror of
https://github.com/nikhilroxtomar/Simple-Operating-System-from-Scratch.git
synced 2026-01-14 00:48:50 +00:00
8 lines
76 B
C
8 lines
76 B
C
#ifndef __SHELL_H__
|
|
#define __SHELL_H__
|
|
|
|
void help();
|
|
void shell();
|
|
|
|
#endif
|