#ifndef COMMAND_H #define COMMAND_H int process_input(char *inp); #endif