[][src]Function fermium::error::SDL_GetError

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

Gets the current error string, stored in a thread local buffer.

This function can be used even without having called [SDL_Init].