52#define SDL_OutOfMemory() SDL_Error(SDL_ENOMEM)
53#define SDL_Unsupported() SDL_Error(SDL_UNSUPPORTED)
54#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_Error(SDL_errorcode code)
void SDL_ClearError(void)
#define SDL_PRINTF_FORMAT_STRING
#define SDL_PRINTF_VARARG_FUNC(fmtargnumber)