Rev 534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#include <putchar.h>
#include <arch/ski/ski.h>
void putchar(const char ch)
{
ski_putchar(ch);
ski_write(ch);
}