_itoa

Function _itoa 

Source
pub unsafe extern "C" fn _itoa(
    _Value: c_int,
    _Dest: *mut c_char,
    _Radix: c_int,
) -> *mut c_char