SysIII/usr/src/cmd/lint/lpass2.h

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

typedef struct sty STYPE;
struct sty { ATYPE t; STYPE *next; };

typedef struct sym {
	char name[LCHNM];
	char nargs;
	int decflag;
	int fline;
	STYPE symty;
	int fno;
	int use;
	} STAB;