Skip to main content

strftime

Function strftime 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn strftime( s: *mut c_char, maxsize: size_t, format: *const c_char, timeptr: *const tm, ) -> size_t
Expand description