Help for this page

Select Code to Download


  1. or download this
    HASH* demonstration(void* p)
       HASH* hash_ptr = hash_new()
    ...
    
       return outer_hash_ptr;
    }
    
  2. or download this
    HASH* demonstration(void* p)
       HASH hash;
    ...
    
       return outer_hash_ptr;
    }