Function libc::strptime

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