Handbook
Glossary
yaml_sequence_start_event_initialize ( event anchor tag implicit style -- bool )
Vocabulary
yaml
.
ffi
Inputs
event
an
object
anchor
an
object
tag
an
object
implicit
an
object
style
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
yaml.ffi
LIBRARY:
libyaml
FUNCTION:
bool
yaml_sequence_start_event_initialize
( yaml_event_t* event,
c-string
anchor,
c-string
tag,
bool
implicit,
yaml_sequence_style_t
style )