hash.h 116 B

12345678
  1. struct Hashitem {
  2. int hs_next;
  3. int hs_nami;
  4. };
  5. #define Hashitems B_HashItems
  6. extern struct Hashitem *Hashitems;