Skip to main content

ctime_r

Function ctime_r 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn ctime_r( clock: *const time_t, buf: *mut c_char, ) -> *mut c_char
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html.

ยงDeprecation

The ctime_r() function was marked obsolescent in the Open Group Base Specifications Issue 7, and removed in Issue 8.