prom_putchar
int (*prom_putchar)(int c);
prom_putchar(c);
prom_putchar('\r');
prom_putchar(c);
prom_putchar(c);
prom_putchar(c);
prom_putchar(c);
void prom_putchar(int);
PROMLIB_FUNC(void, prom_putchar, (int c), putChar, (c), return)