ec_node_int_getval - Man Page

Get the value of a parsed signed integer.

Synopsis

#include <ecoli/node_int.h>

int ec_node_int_getval(
    const struct ec_node   *node,    /* The integer node. */
    const char             *str,     /* The string to parse. */
    /*
     * Pointer where the result will be stored on success.
     */
    int64_t                *result
);

Return Value

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

See Also

ec_node_int(3), ec_node_uint(3), ec_node_uint_getval(3),

Referenced By

ec_node_int(3), ec_node_uint(3), ec_node_uint_getval(3).

2026-06-11 Libecoli Programmer's Manual