Function sdl2_sys::SDL_strcasecmp

source ·
pub unsafe extern "C" fn SDL_strcasecmp(
    str1: *const c_char,
    str2: *const c_char
) -> c_int