| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#include "SDL.h"
void SDL_FreeWAV(Uint8 *audio_buf);
DESCRIPTION
After a WAVE file has been opened with SDL_LoadWAV its data can eventu-
ally be freed with SDL_FreeWAV. audio_buf is a pointer to the buffer
created by SDL_LoadWAV.
SEE ALSO
SDL_LoadWAV
SDL Tue 11 Sep 2001, 22:58 SDL_FreeWAV(3)
Man(1) output converted with man2html |