8 lines
121 B
C
8 lines
121 B
C
#ifndef __SHELL_H
|
|
#define __SHELL_H
|
|
|
|
void run_shell();
|
|
void key_pressed(unsigned char* character);
|
|
void execmd();
|
|
|
|
#endif |