#ifndef COMMAND_H #define COMMAND_H #include "../lib/cli/CMDList/CMDList.h" extern CMDList_t* getCMDList(); #endif