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