void
wscnputc(dev_t dev, int i)
{
#if NWSDISPLAY > 0
	wsdisplay_cnputc(dev, i);
#endif
}
Beispiel #2
0
void
wscnputc(dev_t dev, int i)
{
	wsdisplay_cnputc(dev, i);
}
Beispiel #3
0
void
nextcnputc(dev_t dev, int c)
{
	wsdisplay_cnputc(dev,c);	
}