SDL_Quit -- Shuts Down SDL
module "/pliant/SDL/SDL.pli" function SDL_Quit external "libSDL.so" "SDL_Quit"
SDL_Quit shuts down all SDL subsystems and frees the resources allocated to them. This should always be called before you exit. You should use SDL_Quit in your own clean-up code.