Function gnunet_sys::GNUNET_STRINGS_relative_time_to_string[][src]

pub unsafe extern "C" fn GNUNET_STRINGS_relative_time_to_string(
    delta: GNUNET_TIME_Relative,
    do_round: c_int
) -> *const c_char

@ingroup time Give relative time in human-readable fancy format. This is one of the very few calls in the entire API that is NOT reentrant!

@param delta time in milli seconds @param do_round are we allowed to round a bit? @return string in human-readable form