1987-11-20 10:41:03 +00:00

7 lines
85 B
C

struct Hashitem {
int hs_next;
int hs_nami;
};
extern struct Hashitem *Hashitems;