- + +

Managing, or really just delegating, the generation of ANSI C code from a tree of Inter.


@@ -174,12 +174,13 @@ first of those: int i7_has_snapshot(i7process *proc); void i7_restore_snapshot(i7process *proc); void i7_restore_snapshot_from(i7process *proc, i7snapshot *ss); -int i7_destroy_latest_snapshot(i7process *proc); +void i7_destroy_latest_snapshot(i7process *proc); void i7_run_process(i7process *proc, void (*receiver)(int id, wchar_t c)); void i7_initializer(i7process *proc); void i7_fatal_exit(i7process *proc); void i7_destroy_state(i7process *proc, i7state *s); void i7_destroy_snapshot(i7process *proc, i7snapshot *old); +void i7_default_receiver(int id, wchar_t c);