o get varg printf working

This commit is contained in:
david
2009-06-02 15:41:43 +02:00
parent 6bab776497
commit a64e9ebd7d
5 changed files with 55 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
void debug_init(void);
void debug_enable(void);
void int2hex(unsigned long i, char *buf,word size);
void print_screen(char* line,word y);
void print_console(char* line);
void printfs(word y,char* fmt,...);
void printfc(char* fmt,...);