37 xmlDocPtr doc = xml_doc_get(h);
41 xmlNodePtr root = xmlDocGetRootElement(doc);
42 if (root) nh = xml_node_alloc(root);
46 Value drop = pop_value(vm);
push_value(vm, make_int(0))
Tagged union representing a Fun value.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.