/* Système Digital 2013-2014 Alex AUVOLAT sim.c The code that actually runs the machine */ #include "sim.h" t_machine *init_machine (t_program *p) { } void read_inputs(t_machine *m, FILE *stream) { } void machine_step(t_machine *m) { } void write_outputs(t_machine *m, FILE *stream) { }