dingusppc/debugger.h
2019-07-17 17:56:08 +02:00

7 lines
91 B
C

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