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