133#define SDL_Unsupported() SDL_SetError("That operation is not supported")
134#define SDL_InvalidParamError(param) SDL_SetError("Parameter '%s' is invalid", (param))
int SDL_SetError(SDL_PRINTF_FORMAT_STRING const char *fmt,...) SDL_PRINTF_VARARG_FUNC(1)
const char * SDL_GetError(void)
int SDL_OutOfMemory(void)
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)