#[unsafe(no_mangle)]pub unsafe extern "C" fn asctime_r(
tm: *const tm,
buf: *mut c_char,
) -> *mut c_char๐Deprecated
Expand description
See https://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html.
ยงDeprecation
The asctime_r() was marked obsolescent in the Open Group Base
Specifications Issue 7, and removed in Issue 8.