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
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
2026-06-11 Libecoli Programmer's Manual