Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
sdl_cdclose(3) - Linux man page
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