david 0a50554f4a o cleanup code
o get ls working
2009-06-03 18:24:18 +02:00

9 lines
160 B
C

#include "data.h"
void debug_init(void);
void debug_enable(void);
void printfs(word y,char* fmt,...);
void printfc(char* fmt,...);
void clears(void);