Skip to main content

asctime_r

Function asctime_r 

Source
#[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.