#ifndef __CMD_H__ #define __CMD_H__ int cmd_process_command(int argc, char* argv[]); #endif