9 lines
116 B
C
9 lines
116 B
C
struct Hashitem {
|
|
int hs_next;
|
|
int hs_nami;
|
|
};
|
|
|
|
#define Hashitems B_HashItems
|
|
|
|
extern struct Hashitem *Hashitems;
|