#[no_mangle]
pub unsafe extern "C" fn strftime(
buf: *mut c_char,
size: size_t,
format: *const c_char,
timeptr: *const tm
) -> size_t
Available on crate feature
alloc
only.Expand description
Convert date and time to a string.