applied-ai-018's picture
Add files using upload-large-folder tool
7c140d4 verified
raw
history blame
145 Bytes
cdef extern from "libxml/uri.h" nogil:
ctypedef struct xmlURI
cdef xmlURI* xmlParseURI(char* str)
cdef void xmlFreeURI(xmlURI* uri)