Searched refs:xml_getULong (Results 1 – 1 of 1) sorted by relevance
47 #define xml_getULong(n) ((xml_get(n) == NULL) ? 0 : strtoull(xml_raw(n), (char**)NULL, 10)) macro66 l = xml_getULong(n); continue; }}