8 lines
81 B
C
8 lines
81 B
C
|
#ifndef DEBUG_H
|
||
|
#define DEBUG_H
|
||
|
|
||
|
void debug_disassemble(addr a, int c);
|
||
|
|
||
|
#endif
|
||
|
|