Handbook
Glossary
pcre2_serialize_decode ( codes number_of_codes bytes gcontext -- int32_t )
Vocabulary
pcre2
.
ffi
Inputs
codes
an
object
number_of_codes
an
object
bytes
an
object
gcontext
an
object
Outputs
int32_t
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_serialize_decode
int32_t pcre2_serialize_decode_8
( pcre2_code** codes,
int32_t
number_of_codes, uint8_t*
bytes, pcre2_general_context* gcontext )