Files

8 lines
175 B
C
Raw Permalink Normal View History

2024-02-13 22:37:59 +00:00
extern "C" { // the extern C is to make function accessible from within cpu.c
uint8_t enterflt(uint8_t reg);
uint8_t showflt(uint8_t reg);
uint8_t enteroperation(void);
}