sym_environment *sym_create_copy_environment(sym_environment *env)
This routine is used to copy the given environment.
sym_environment *env | IN | Pointer to the SYMPHONY environment. |
NULL | An empty environment is passed in. |
SYM_ENVIRONMENT * | Pointer to the copy of the environment. |