Handbook
Glossary
pcre2_pattern_info ( code what where -- int )
Vocabulary
pcre2
.
ffi
Inputs
code
an
object
what
an
object
where
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_pattern_info
int
pcre2_pattern_info_8
( pcre2_code* code,
uint32_t
what, void* where )