[][src]Function transmission_sys::tr_strdup_printf

pub unsafe extern "C" fn tr_strdup_printf(
    fmt: *const c_char,
    _: ...
) -> *mut c_char

@brief sprintf() a string into a newly-allocated buffer large enough to hold it @return a newly-allocated string that can be freed with tr_free()