itoa

Function itoa 

Source
pub unsafe extern "C" fn itoa(
    _Val: c_int,
    _DstBuf: *mut c_char,
    _Radix: c_int,
) -> *mut c_char