Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

localtime_r

Function localtime_r 

Source
pub unsafe extern "C" fn localtime_r(
    time_p: *const time_t,
    result: *mut tm,
) -> *mut tm