8 lines
175 B
C
8 lines
175 B
C
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);
|
|
|
|
}
|