Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_GetError(3)


SDL_GetError

SDL_GetError

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

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_GetError(3)