dingusppc/debugger/debugger.h

7 lines
94 B
C

#ifndef DEBUGGER_H_
#define DEBUGGER_H_
void enter_debugger(void);
#endif // DEBUGGER_H_