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

ec_yaml_export(3)

Referenced By

ec_yaml_export(3).

2026-06-11 Libecoli Programmer's Manual