ec_node_str - Man Page

Create a string node that matches a specific string.

Synopsis

#include <ecoli/node_str.h>

struct ec_node * ec_node_str(
    const char   *id,   /* The node identifier. */
    const char   *str   /* The string to match. */
);

Return Value

The node, or NULL on error (errno is set).

See Also

ec_node_str_set_str(3),

Referenced By

ec_node_str_set_str(3).

2026-06-11 Libecoli Programmer's Manual