strftime

Function strftime 

Source
pub unsafe extern "C" fn strftime(
    __s: *mut c_char,
    __maxsize: usize,
    __format: *const c_char,
    __tp: *const tm,
) -> usize
Expand description

Format TP into S according to FORMAT. Write no more than MAXSIZE characters and return the number of characters written, or 0 if it would exceed MAXSIZE.