8 lines
80 B
C
8 lines
80 B
C
#ifndef CLI_H_
|
|
#define CLI_H_
|
|
|
|
void cli_init(void);
|
|
void cli_run(void);
|
|
|
|
#endif
|