Ejemplo n.º 1
0
void putchar (char c)
{
	Serial0PutChar(c);
}
Ejemplo n.º 2
0
int putchar (int c)
{
	Serial0PutChar(c);
	return(c);
}