Function libc::strptime

source ·
pub unsafe extern "C" fn strptime(
    s: *const c_char,
    format: *const c_char,
    tm: *mut tm
) -> *mut c_char