Handbook
Glossary
pcre2_substring_copy_bynumber ( match_data number buffer bufflen -- int )
Vocabulary
pcre2
.
ffi
Inputs
match_data
an
object
number
an
object
buffer
an
object
bufflen
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_substring_copy_bynumber
int pcre2_substring_copy_bynumber_8
( pcre2_match_data* match_data,
uint32_t
number,
PCRE2_UCHAR* buffer, PCRE2_SIZE* bufflen )