ec_node_seq - Man Page

Create an empty sequence node.

Synopsis

#include <ecoli/node_seq.h>

struct ec_node * ec_node_seq(
    const char   *id   /* The node identifier. */
);

Description

Use ec_node_seq_add() to add children.

Return Value

The node, or NULL on error (errno is set).

See Also

ec_node_seq_add(3)

Referenced By

ec_node_seq_add(3).

2026-06-11 Libecoli Programmer's Manual