Help for this page
/* Get each key string and value node and put them in the hash */ while ((key_node = load_node(loader))) { ... hash, key_node, value_node, 0 ); }