C_TP_Forth/exec.h
2022-12-08 06:11:40 +01:00

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_