ack/util/ceg/ce_back/obj_back/hash.h

9 lines
116 B
C
Raw Normal View History

1987-11-20 10:41:03 +00:00
struct Hashitem {
int hs_next;
int hs_nami;
};
1989-01-26 13:41:31 +00:00
#define Hashitems B_HashItems
1988-11-18 17:52:39 +00:00
1987-11-20 10:41:03 +00:00
extern struct Hashitem *Hashitems;