181#define SDL_Unsupported() SDL_SetError("That operation is not supported")
182#define SDL_InvalidParamError(param) SDL_SetError("Parameter '%s' is invalid", (param))
bool SDL_OutOfMemory(void)
bool SDL_ClearError(void)
const char * SDL_GetError(void)
bool SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
bool SDL_SetErrorV(SDL_PRINTF_FORMAT_STRING const char *fmt, va_list ap) SDL_PRINTF_VARARG_FUNCV(1)
#define SDL_PRINTF_VARARG_FUNCV(fmtargnumber)
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)