Handbook
Glossary
pcre2_general_context_create ( private_malloc private_free memory_data -- pcre2_general_context* )
Vocabulary
pcre2
.
ffi
Inputs
private_malloc
an
object
private_free
an
object
memory_data
an
object
Outputs
pcre2_general_context*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_general_context_create
pcre2_general_context* pcre2_general_context_create_8
( void* private_malloc, void* private_free, void*
memory_data )