Skip to main content

wcstoll

Function wcstoll 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wcstoll( nptr: *const wchar_t, endptr: *mut *mut wchar_t, base: c_int, ) -> c_longlong
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wcstoll.html.

Converts the initial portion of the wide-character string pointed to by nptr to a type long long.

Upon success, returns the converted value. If no conversion could be performed, returns 0.