[squeak-dev] FFI syntax

Annick Fron list at afceurope.com
Wed Oct 15 14:57:15 UTC 2014


What is the syntax to describe an external structure with an array of int of size 6 ?

I know only the syntax

fields
^#(
(param1 ‘long’)
(param2 ‘long’)
(param3 ‘long’)
(param4 ‘long’)
(param5 ‘long’)
(param6 ‘long’)
)

Annick


More information about the Squeak-dev mailing list