On Mon, Nov 23, 2020 at 06:17:46PM +0100, Alexander Burger wrote: > Something like '("Dx" (24 . 1.0) '(1.0 1.0 2.0 3.0)) could make sense, if the > C > argument is "double dx[3];".
oops (24 . 1.0) is of course not returning "double dx[3];", but a single double. Try (24 1.0 1.0 1.0) or better (24 (1.0 . 3)). ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe