mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-02-21 04:29:02 +00:00
7 lines
102 B
C
7 lines
102 B
C
#ifndef __DIS_DEFINES__
|
|
#define __DIS_DEFINES__
|
|
|
|
unsigned int disassemble(unsigned int addr);
|
|
|
|
#endif
|