Handbook
Glossary
pcre-config ( what -- value )
Vocabulary
pcre
.
private
Inputs
what
an
object
Outputs
value
an
object
Definition
USING:
alien.c-types
alien.data
kernel
pcre.ffi
sequences
;
IN:
pcre.private
:
pcre-config
( what -- value )
[
dup
{
PCRE_CONFIG_MATCH_LIMIT
PCRE_CONFIG_MATCH_LIMIT_RECURSION
}
member?
[
{
long
}
[
pcre_config
]
with-out-parameters
]
[
{
int
}
[
pcre_config
]
with-out-parameters
]
if
]
keep
check-bad-option
;