Handbook
Glossary
yaml_document_add_sequence ( document tag style -- int )
Vocabulary
yaml
.
ffi
Inputs
document
an
object
tag
an
object
style
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
yaml.ffi
LIBRARY:
libyaml
FUNCTION:
int
yaml_document_add_sequence
( yaml_document_t* document,
c-string
tag,
yaml_sequence_style_t
style )