Function libc::strtoul [] [src]

pub unsafe extern fn strtoul(s: *const c_char,
                             endp: *mut *mut c_char,
                             base: c_int)
                             -> c_ulong
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io