ec_node_uint_getval - Man Page
Get the value of a parsed unsigned integer.
Synopsis
#include <ecoli/node_int.h>
int ec_node_uint_getval(
const struct ec_node *node, /* The unsigned integer node. */
const char *str, /* The string to parse. */
/*
* Pointer where the result will be stored on success.
*/
uint64_t *result
);Return Value
0 on success, -1 on error (errno is set).
See Also
Copyright
Copyright (C) 2010-2026 Olivier Matz, Robin Jarry.
Referenced By
ec_node_int(3), ec_node_int_getval(3), ec_node_uint(3).
2026-06-11 Libecoli Programmer's Manual