I feel a little dumb, but I'm wondering how we can wrap "expanded" C
struct like gsl_complex. All its call doesn't return a pointer to a
struct, just the struct itself. See
http://www.gnu.org/software/gsl/manual/gsl-ref_5.html#SEC41

I was thinking something like: 
foo (a: INTEGER): POINTER is
 external "C use <my_foo.h>"
 alias "& (foo($a))"
end

but this is surely too naive to work an it will give us memory
headaches.

        Paolo


_______________________________________________
Eiffel-libraries-devel mailing list
[email protected]
https://mail.gna.org/listinfo/eiffel-libraries-devel

Reply via email to