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

_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to