|
NAMESDL_GetError - Get SDL error stringSYNOPSIS#include "SDL/SDL.h"char *SDL_GetError(void); DESCRIPTIONSDL_GetError returns a NULL terminated string containing information about the last internal SDL error.RETURN VALUESDL_GetError returns a string containing the last error.
Visit the GSP FreeBSD Man Page Interface. |