#ifndef MELVIX_COMMAND_H #define MELVIX_COMMAND_H void exec_command(char *command); #endif