Handbook
Glossary
yaml_document_get_node ( document index -- yaml_node_t* )
Vocabulary
yaml
.
ffi
Inputs
document
an
object
index
an
object
Outputs
yaml_node_t*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
yaml.ffi
LIBRARY:
libyaml
FUNCTION:
yaml_node_t*
yaml_document_get_node
( yaml_document_t* document,
int
index )