wcstoumax method
Implementation
int wcstoumax(
ffi.Pointer<ffi.WChar> __nptr,
ffi.Pointer<ffi.Pointer<ffi.WChar>> __endptr,
int __base,
) {
return _wcstoumax(
__nptr,
__endptr,
__base,
);
}
int wcstoumax(
ffi.Pointer<ffi.WChar> __nptr,
ffi.Pointer<ffi.Pointer<ffi.WChar>> __endptr,
int __base,
) {
return _wcstoumax(
__nptr,
__endptr,
__base,
);
}