#ifndef CLI_H_ #define CLI_H_ void cli_init(void); void cli_run(void); void cli_start(void); #endif