153#define SDL_Unsupported() SDL_SetError("That operation is not supported")
154#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)
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)