[][src]Function lexical::atoi::atou32_unsafe

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

Unsafe, C-like importer for unsigned numbers.