[][src]Function sdl2_sys::SDL_GetRevision

pub unsafe extern "C" fn SDL_GetRevision() -> *const c_char

\brief Get the code revision of SDL that is linked against your program.

Returns an arbitrary string (a hash value) uniquely identifying the exact revision of the SDL library in use, and is only useful in comparing against other revisions. It is NOT an incrementing number.