4.3BSD-UWisc/src/usr.bin/troff/sdef.h

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

/*	sdef.h	4.2	83/08/11	*/

struct s {
	int nargs;
	struct s *pframe;
	filep pip;
	int pnchar;
	int prchar;
	int ppendt;
	int *pap;
	int *pcp;
	int pch0;
	int pch;
	};