pub unsafe extern "C" fn svn_cstring_atoui64(
n: *mut apr_uint64_t,
str_: *const c_char,
) -> *mut svn_error_t
Expand description
Parse the C string @a str into an unsigned 64 bit number, and return it in @a *n. Assume that the number is represented in base 10. Raise an error if conversion fails (e.g. due to overflow).
The behaviour otherwise is as described for svn_cstring_strtoui64(), including the upper limit of APR_INT64_MAX.
@since New in 1.7.