cpu.h 69 Bytes EditWeb IDE 1 2 3 4 5 6 #ifndef CPU_H__ #define CPU_H__ extern void CPU_Init(void); #endif