SDL_Quit man page on JazzOS

Man page or keyword search:  
man Server   2339 pages
apropos Keyword Search (all sections)
Output format
JazzOS logo
[printable version]

SDL_Quit(3)		       SDL API Reference		   SDL_Quit(3)

NAME
       SDL_Quit - Shut down SDL

SYNOPSIS
       #include "SDL.h"

       void SDL_Quit(void);

DESCRIPTION
       SDL_Quit	 shuts	down  all SDL subsystems and frees the resources allo‐
       cated to them. This should always be called before you  exit.  For  the
       sake of simplicity you can set SDL_Quit as your atexit call, like:

       SDL_Init(SDL_INIT_VIDEO|SDL_INIT_AUDIO);
       atexit(SDL_Quit);
       .
       .

	      Note:

	      While  using  atexit  maybe  be  fine  for  small programs, more
	      advanced users should shut down SDL in their own	cleanup	 code.
	      Plus,  using  atexit in a library is a sure way to crash dynami‐
	      cally loaded code

SEE ALSO
       SDL_QuitSubsystem, SDL_Init

SDL			    Tue 11 Sep 2001, 23:00		   SDL_Quit(3)
[top]

List of man pages available for JazzOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net