redhat man page for sdl_geterror

Query: sdl_geterror

OS: redhat

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SDL_GetError(3) 						 SDL API Reference						   SDL_GetError(3)

NAME
SDL_GetError- Get SDL error string
SYNOPSIS
#include "SDL/SDL.h" char *SDL_GetError(void);
DESCRIPTION
SDL_GetError returns a NULL terminated string containing information about the last internal SDL error.
RETURN VALUE
SDL_GetError returns a string containing the last error.
SDL
Tue 11 Sep 2001, 23:00 SDL_GetError(3)
Related Man Pages
sdl_cdopen(3) - opensolaris
sdl_creatergbsurface(3) - opensolaris
sdl_cdopen(3) - redhat
sdl_loadwav(3) - suse
sdl::cdtrack(3pm) - debian
Similar Topics in the Unix Linux Community
PLaying a sound file with SDL - C++