#include #include #include int op_nop(struct interp *const i) { return 0; } int check_nop(FILE *const f) { return 0; }