mirror of
https://github.com/dschmenk/Appalm.git
synced 2024-12-21 20:29:16 +00:00
3 lines
73 B
C
3 lines
73 B
C
|
typedef UInt8 (*READBYTE)(void);
|
||
|
typedef void (*WRITEBYTE)(UInt8 value);
|