ec_node_or_add - Man Page

Add a child to an "or" node.

Synopsis

#include <ecoli/node_or.h>

int ec_node_or_add(
    struct ec_node   *node,
    struct ec_node   *child
);

Description

The child is consumed and will be freed when the parent is freed, or immediately on error.

See Also

ec_node_or(3)

Referenced By

ec_node_or(3).

2026-06-11 Libecoli Programmer's Manual