ack/util/ncgg/iocc.h

7 lines
97 B
C
Raw Normal View History

1984-12-17 15:13:39 +00:00
/* $Header$ */
typedef struct iocc {
short in_set[SETSIZE];
int in_index;
} iocc_t,*iocc_p;