svn_time_to_cstring

Function svn_time_to_cstring 

Source
pub unsafe extern "C" fn svn_time_to_cstring(
    when: apr_time_t,
    pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Convert @a when to a const char * representation allocated in @a pool.

@see svn_time_from_cstring() for the reverse conversion.