SDL_CDClose(3) Closes a SDL_CD handle Section 3 libsdl1.2-dev bookworm source Description SDL_CDClose NAME SDL_CDClose - Closes a SDL_CD handle SYNOPSIS #include "SDL.h" void SDL_CDClose(SDL_CD *cdrom); DESCRIPTION Closes the given cdrom handle. SEE ALSO SDL_CDOpen, SDL_CD