ec_node_once_set_child - Man Page

Set the child of a once node.

Synopsis

#include <ecoli/node_once.h>

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

Description

On error, the child is freed.

See Also

ec_node_once(3),

Referenced By

ec_node_once(3).

2026-06-11 Libecoli Programmer's Manual