Function libc::unix::linux_like::strftime

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