|
||
void sysvar_text ( char *name, char *buf )
char *name; // name of system variable char *buf; // character buffer to receive variable value
|
|
|
Synopsis |
#include "silver.h"
The sysvar_text function retrieves the text string associated with the system variable specified by name , and copies it into buf .
|
|
Parameters |
name is a null-terminated string containing the name of the variable. buf is a character buffer that is to receive the variable value.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|