ec_node_subset_add - Man Page
Add a child to a subset node.
Synopsis
#include <ecoli/node_subset.h>
int ec_node_subset_add(
struct ec_node *node, /* The subset node. */
/*
* The child node to add. It is consumed and will be freed when the parent
* is freed, or immediately on error.
*/
struct ec_node *child
);Return Value
0 on success, -1 on error (errno is set).
See Also
ec_node_subset(3), ec_node_subset_set_min(3), ec_node_subset_min(3), ec_node_subset_get_min(3),
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
ec_node_subset(3), ec_node_subset_get_min(3), ec_node_subset_min(3), ec_node_subset_set_min(3).
2026-06-11 Libecoli Programmer's Manual