
|
libao documentation |
libao version 0.8.0 - 20010804 |
ao_free_options
declared in "ao/ao.h";
Free all of the memory allocated to an option list, including the key
and value strings.
Parameters
- options
- Pointer to the head of the option list. If NULL is passed, the
function does nothing.
|