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


SDL_SaveBMP

SDL_SaveBMP

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

SDL_SaveBMP− Save an SDL_Surface as a Windows BMP file.

SYNOPSIS

#include "SDL.h"

int SDL_SaveBMP(SDL_Surface *surface, const char *file);

DESCRIPTION

Saves the SDL_Surface surface as a Windows BMP file named file.

RETURN VALUE

Returns 0 if successful or -1 if there was an error.

SEE ALSO

SDL_LoadBMP



SDL_SaveBMP(3)