sym_environment *sym_open_environment()
This routine is used to get a new SYMPHONY environment to be passed as an argument to all other API subroutines. This routine also invokes the callback function user_initialize().
NULL | Error. Environment could not be initialized. None of the other API subroutines can be called after this point. |
sym_environment * | Pointer to a successfully opened environment |