#ifndef EXEC_H_ #define EXEC_H_ #include "state.h" #include "command.h" void execute(struct State* state, struct CmdList* cmds); #endif // EXEC_H_