2009-06-02 15:41:43 +02:00

6 lines
119 B
C

void debug_init(void);
void debug_enable(void);
void printfs(word y,char* fmt,...);
void printfc(char* fmt,...);