6 lines
145 B
Cython
Raw Normal View History

2025-07-16 15:34:54 +08:00
cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)