dingusppc/debugger.h

7 lines
91 B
C

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