Help for this page

Select Code to Download


  1. or download this
    #define HeNEXT(he)        (he)->hent_next
    
  2. or download this
    typedef struct he HE;
    
    ...
        HEK         *hent_hek;      /* hash key */
        SV          *hent_val;      /* scalar value that was hashed */
    };