#include #include #include #include int op_end(struct interp *const i) { i->exit = true; return 0; } int check_end(FILE *const f) { return 0; }