No array type.

Bug #1458413 reported by No Name
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CFFI
New
Undecided
Unassigned

Bug Description

There's no way to define the following struct with DEFCSTRUCT:

   struct foo {
      unsigned int bar[12];
      unsigned char baz[6];
    };

The problem is that you can't define fixed-size arrays as a type in CFFI. There's just no way to do it. I don't think it can be done with DEFINE-FOREIGN-TYPE. :pointer would not work here.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.