選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

6 行
145 B

  1. cdef extern from "libxml/uri.h" nogil:
  2. ctypedef struct xmlURI
  3. cdef xmlURI* xmlParseURI(char* str)
  4. cdef void xmlFreeURI(xmlURI* uri)