ec_node_str_set_str - Man Page

Set the string to match on a string node.

Synopsis

#include <ecoli/node_str.h>

int ec_node_str_set_str(
    struct ec_node   *node,  /* The string node. */
    const char       *str    /* The string to match. It is duplicated internally. */
);

Return Value

0 on success, -1 on error (errno is set).

See Also

ec_node_str(3)

Referenced By

ec_node_str(3).

2026-06-11 Libecoli Programmer's Manual