[Ecls-list] Accessing cons values in C

2015-07-29 Thread Chris Osborne
Hi, I’ve spent a good while looking through the project’s documentation (and finding useful apparently undocumented functions such as `ecl_base_string_pointer_safe`) but I cannot for the life of me work out how to access the values of a list stored in cons cells. If I have a function that calls

Re: [Ecls-list] Accessing cons values in C

2015-07-29 Thread Chris Osborne
missed this earlier, but at least I’ve found it now (hopefully the info will also show up in the mailing list archive in a web search if anyone else needs it). Cheers! On 30 Jul 2015, at 00:11, Pascal J. Bourguignon p...@informatimago.com wrote: Chris Osborne chris.osbo...@gmx.com writes