1SDL_GetError(3)                SDL API Reference               SDL_GetError(3)
2
3
4

NAME

6       SDL_GetError - Get SDL error string
7

SYNOPSIS

9       #include "SDL/SDL.h"
10
11       char *SDL_GetError(void);
12

DESCRIPTION

14       SDL_GetError  returns  a  NULL terminated string containing information
15       about the last internal SDL error.
16

RETURN VALUE

18       SDL_GetError returns a string containing the last error.
19
20
21
22SDL                         Tue 11 Sep 2001, 23:00             SDL_GetError(3)
Impressum