Handbook
Glossary
pcre_get_substring_list ( subject ovector stringcount stringptr -- int )
Vocabulary
pcre
.
ffi
Inputs
subject
an
object
ovector
an
object
stringcount
an
object
stringptr
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre.ffi
LIBRARY:
pcre
FUNCTION:
int
pcre_get_substring_list
(
c-string
subject, int* ovector,
int
stringcount, void*
stringptr )