I'm trying to wrap a C++ library in CLOS classes. Several methods want a "char **". Does ecl have any easy way to transform from a Lisp array of strings to a C array of pointers to char? Or back again? -- Larry