SDL_!QuitSubSystem?
NAME SYNOPSIS DESCRIPTION SEE ALSO
SDL_!QuitSubSystem?- Shut down a subsystem
#include
void SDL_!QuitSubSystem?(Uint32 flags);
SDL_!QuitSubSystem? allows you to shut down a subsystem that has been previously initialized by SDL_Init or SDL_!InitSubSystem?. The flags tells SDL_!QuitSubSystem? which subsystems to shut down, it uses the same values that are passed to SDL_Init.
SDL_Quit, SDL_Init, SDL_!InitSubSystem?
One page links to SDL_QuitSubSystem(3):