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