ffi_type_pointer

Bruce Korb bruce.korb@gmail.com
Mon Apr 27 19:18:00 GMT 2015


'ffi_type_pointer'
     A generic 'void *' pointer.  You should use this for all pointers,
     regardless of their real type.  BE CAREFUL HERE.  In libffi, there
     is a difference between an array and a pointer.  In C, an array
     yields an address of the array and libffi expects the value array
     to have a pointer to the address of the array -- a pointer to pointer.


And I still have no idea what to make about the discussion of
modifying passed values.



More information about the Libffi-discuss mailing list