/* * @(#)sdef.h 4.1 6/7/82 */ struct s { int nargs; struct s *pframe; filep pip; int pnchar; int prchar; int ppendt; int *pap; int *pcp; int pch0; int pch; };