ec_yaml_import - Man Page
Parse a YAML file and build an ec_node tree from it.
Synopsis
#include <ecoli/yaml.h>
struct ec_node * ec_yaml_import(
const char *filename /* The path to the file to be parsed. */
);Return Value
The ec_node tree on success, or NULL on error (errno is set). The returned node must be freed by the caller with ec_node_free().
See Also
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
2026-06-11 Libecoli Programmer's Manual