Handbook
Glossary
yaml_parser_load ( parser document -- bool )
Vocabulary
yaml
.
ffi
Inputs
parser
an
object
document
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
yaml.ffi
LIBRARY:
libyaml
FUNCTION:
bool
yaml_parser_load
( yaml_parser_t* parser, yaml_document_t* document )