library udf_onig; {$AppType Console} uses onig; exports fn_onig_new, fn_onig_search, fn_onig_free, fn_mregexp; end.