15#include <ecoli/node.h>
29#define EC_NODE_SEQ(args...) __ec_node_seq(args, EC_VA_END)
35struct ec_node *__ec_node_seq(
const char *
id, ...);
struct ec_node * ec_node_seq(const char *id)
int ec_node_seq_add(struct ec_node *node, struct ec_node *child)
struct ec_node * ec_node(const char *typename, const char *id)