Function THIntBlas_scal

Source
pub unsafe extern "C" fn THIntBlas_scal(
    n: c_long,
    a: c_int,
    x: *mut c_int,
    incx: c_long,
)