[][src]Function libc::snprintf

pub unsafe extern "C" fn snprintf(
    s: *mut c_char,
    n: size_t,
    format: *const c_char,
     ...
) -> c_int