#ifndef COMMAND_H #define COMMAND_H enum command_e { NONE }; typedef enum command_e command_t; #endif