#ifndef CPU_H #define CPU_H int cpu_init(void); void cpu_run(void); void cpu_destroy(void); #endif