2009-02-17 09:36:51 +01:00

6 lines
78 B
C

void ConsoleInit(int iDivider);
int putchar(int c);
int puts(char *s);