[cffi-devel] C struct in C struct ?

Frank Goenninger fgoenninger at prion.de
Sat May 6 22:37:43 UTC 2006


Hi all:

I do habe C structs lile these:

struct a_struct
{
    int a;
};

struct b_struct
{
   int b;
   struct a_struct a;
};


How would I model b_struct using defcstruct ?

Thx for any hints!

Regards,
     Frank




More information about the cffi-devel mailing list