ack/mach/proto/ncg/equiv.h

9 lines
95 B
C
Raw Normal View History

1985-01-08 15:34:54 +00:00
/* $Header$ */
#define MAXCREG 4
struct perm {
struct perm *p_next;
int p_rar[MAXCREG];
};