ec_node_option_set_child - Man Page
Set the child of an option node.
Synopsis
#include <ecoli/node_option.h>
int ec_node_option_set_child(
struct ec_node *gen_node, /* The option node. */
/*
* The child node. 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
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
2026-06-11 Libecoli Programmer's Manual