|
||
int cv_get ( int variable )
int variable; // control variable specifier
|
|
|
Synopsis |
#include "silver.h"
The cv_get function returns the value of the control variable represented by variable .
|
|
Parameters |
variable is an integer that specifies the control variable. |
|
Return Value |
The value of the specified control variable. |
|
See Also |
cv_set, also see Control Variables for more detailed information on control variables. |
|