6 lines
119 B
C
6 lines
119 B
C
void debug_init(void);
|
|
void debug_enable(void);
|
|
void printfs(word y,char* fmt,...);
|
|
void printfc(char* fmt,...);
|
|
|