Function libc::strftime

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