1SDL_GetError(3) SDL API Reference SDL_GetError(3)
23
4
NAME
6SDL_GetError - Get SDL error string
7
SYNOPSIS
9#include "SDL/SDL.h"
1011
char *SDL_GetError(void);
12
DESCRIPTION
14SDL_GetError returns a NULL terminated string containing information
15about the last internal SDL error.
16
RETURN VALUE
18SDL_GetError returns a string containing the last error.
1920
21
22
SDL Tue 11 Sep 2001, 23:00 SDL_GetError(3)