Handbook Glossary
factorcode.org
set-rl_char_is_quoted_p ( obj -- )


Vocabulary
readline.ffi

Inputs
objan object


Outputs
None

Definition
USING: alien.c-types alien.libraries alien.syntax ;

IN: readline.ffi

: set-rl_char_is_quoted_p ( obj -- )
"rl_char_is_quoted_p" "readline" address-of 0
pointer: rl_linebuf_func_t set-alien-value ;