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
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
2026-06-11 Libecoli Programmer's Manual