xref: /original-bsd/old/roff/common_source/v.h (revision a91856c6)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.proprietary.c%
6  *
7  *	@(#)v.h	4.3 (Berkeley) 04/18/91
8  */
9 
10 struct v {int pn,nl,yr,hp,ct,dn,mo,dy,dw,ln,dl,st,sb,cd;
11 	int vxx[NN-NNAMES];} v ;
12