[][src]Function lexical::atoi::atou8_unsafe

pub unsafe extern "C" fn atou8_unsafe(
    first: *const u8,
    last: *const u8,
    base: u8
) -> (u8, *const u8)

Unsafe, C-like importer for unsigned numbers.