|
||
void unload_ss_variable ( SS_VARIABLE *var )
SS_VARIABLE *var;
|
|
|
Synopsis |
#include "silver.h"
The unload_ss_variable function frees the memory associated with a variable that has been loaded with load_ss_variable. |
|
Parameters |
SS_VARIABLE is a pointer to a variable that has been loaded with load_ss_variable
|
|
Return Value |
none |
|
See Also |
|