[][src]Function transmission_sys::tr_strratio

pub unsafe extern "C" fn tr_strratio(
    buf: *mut c_char,
    buflen: usize,
    ratio: f64,
    infinity: *const c_char
) -> *mut c_char

@param buf the buffer to write the string to @param buflen buf's size @param ratio the ratio to convert to a string @param infinity the string represntation of "infinity"