sdl_geterror(3) redhat man page | unix.com

Man Page: sdl_geterror

Operating Environment: redhat

Section: 3

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_creatergbsurface(3) - opensolaris
sdl_cdopen(3) - redhat
sdl_cdopen(3) - centos
sdl_loadwav(3) - suse
sdl::cdtrack(3pm) - debian
Similar Topics in the Unix Linux Community
PLaying a sound file with SDL - C++