cl_boot
— Setup the lisp environment.
int cl_boot(
int argc, char **argv)
;
| An integer with the number of arguments to this program. A vector of strings with the arguments to this program. |
This function must be called before any other function from the ECL
library, including the creation of any lisp object or evaluating any lisp code.
The only exception are ecl_set_option
and ecl_get_option
.