V10/cmd/tbl/yy.c

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

# define MAXHEAD 44
extern char (*font)[MAXHEAD][2];
extern int (*lefline)[MAXHEAD];
 /* t4.c: read table specification */
getspec()
{
int icol, i;
icol=3;
i=7;
		{
		font[icol][i][0] = lefline[icol][i] = 0;
		}
}