17#include <ecoli/config.h>
struct ec_node ** ec_node_config_node_list_to_table(const struct ec_config *config, size_t *len)
Build a node table from a node list in an ec_config.
struct ec_config * ec_node_config_node_list_from_vargs(va_list ap)
Build a list of config nodes from variable arguments.
struct ec_node * ec_node(const char *typename, const char *id)
Create a new node from its type name.
Structure storing the configuration data.