[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: pcrelib.pas line 908
type pcre_compile_func = function( |
const pattern: PAnsiChar; |
options: Integer; |
const errptr: PPAnsiChar; |
erroffset: PInteger; |
const tableptr: PAnsiChar |
):PPCRE; |