USG_PG3/usr/source/portc2/intss.c

Compare this file to the similar file:
Show the results in this format:

intss()
{
int a[3];
if (gtty(0,a) == 0)
	return(1);
return(0);
}