8 lines
140 B
C
8 lines
140 B
C
#include "data.h"
|
|
|
|
void debug_init(void);
|
|
void debug_enable(void);
|
|
void printfs(word y,char* fmt,...);
|
|
void printfc(char* fmt,...);
|
|
|