USG_PG3/usr/source/lexcl/input.c

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

int yylineno 1;
input()
	{
		int c;
	c = getchar();
	if (c== '\n')
		yylineno++;
	return(c);
	}