struct/array question
Cyrus Harmon <ch-uffi-dl6SmSK5uza1Z/[email protected]> Mon, 28 Feb 2005 23:36:58 -0800
| Newsgroups | gmane.lisp.uffi.devel |
|---|---|
| Message-ID | <[email protected]> |
dear uffi-dev,
Is there a way to use UFFI to get access to data in a struct such as
the following:
typedef struct array_struct {
unsigned char stuff[80];
unsigned int other_stuff[80];
} array_struct;
I can't figure out how to do the UFFI declaration of the struct to be
able to access stuff and other_stuff.
Thanks,
Cyrus