第十章:C 绑定
@[Link("pcre")]
lib LibPCRE
...
end@[Link("pcre")]
lib LibPCRE
type Pcre = Void*
fun compile = pcre_compile(pattern : UInt8*, options : Int, errptr : UInt8**, erroffset : Int*, tableptr : Void*) : Pcre
endLibPCRE.compile(..)Last updated