Files
2019-11-18 22:02:17 +05:30

8 lines
76 B
C

#ifndef __SHELL_H__
#define __SHELL_H__
void help();
void shell();
#endif