From: Pierpaolo Bernardi (olopierpa at gmail.com) Date: Wed Jan 9 17:16:28 EST 2013 |
|
Hello all, Can someone show me what's the correct FFI type for this C function: int foo(double a, double b, double *c, double *d) where c and d are output only parameters, and I want back *c, *d, and the int return value. Thanks!
Posted on the users mailing list. |
|