9 líneas
150 B
C
9 líneas
150 B
C
#ifndef EXEC_H_
|
|
#define EXEC_H_
|
|
|
|
#include "state.h"
|
|
#include "command.h"
|
|
|
|
void execute(struct State* state, struct CmdList* cmds);
|
|
|
|
#endif // EXEC_H_
|