Arrays in FFI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Arrays in FFI

Annick
How would you describe in FFI the fields of an External Structure with a field as an array of long of length 4 ?


int format[4]

Annick