SDL_itoa

Function SDL_itoa 

Source
pub unsafe extern "C" fn SDL_itoa(
    value: c_int,
    str_: *mut c_char,
    radix: c_int,
) -> *mut c_char