console.h 71 B

123
  1. void ConsoleInit(int iDivider);
  2. int putchar(int c);
  3. int puts(char *s);