Function sprintf

Source
pub unsafe extern "C" fn sprintf(
    buf: *mut c_char,
    template: *const c_char,
    ...
) -> c_int
Expand description