view target-utils/libprintf/sprintf_putchar.c @ 993:d92e4aadeeb3

target-utils/c139explore: a cleaner way of setting the fixed UART base address
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 30 Dec 2015 22:12:35 +0000 (2015-12-30)
parents 84611183c8c3
children
line wrap: on
line source
void
_sprintf_putchar(ch, pp)
	int ch;
	char **pp;
{
	*(*pp)++ = ch;
}