7 lines
97 B
C
7 lines
97 B
C
/* $Header$ */
|
|
|
|
typedef struct iocc {
|
|
short in_set[SETSIZE];
|
|
int in_index;
|
|
} iocc_t,*iocc_p;
|