char *sym_get_int_param(sym_environment *env, char *key)
This routine is used to get the value of a string type parameter.
sym_environment *env | INOUT | Pointer to the SYMPHONY environment. |
char *key | IN | The name of the parameter. |
CHAR* | A character array indicating the value of the parameter. |