7 lines
85 B
C
7 lines
85 B
C
|
struct Hashitem {
|
||
|
int hs_next;
|
||
|
int hs_nami;
|
||
|
};
|
||
|
|
||
|
extern struct Hashitem *Hashitems;
|