9 lines
104 B
C
9 lines
104 B
C
#ifndef __SHELL_H
|
|
#define __SHELL_H
|
|
|
|
extern void shell(void);
|
|
|
|
extern void shell_input(char c);
|
|
|
|
#endif
|