1 2 3 4 5 6
#ifndef MELVIX_COMMAND_H #define MELVIX_COMMAND_H void exec_command(char *command); #endif