Help for this page

Select Code to Download


  1. or download this
        /* 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
            );
        }