<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font face="Consolas">Hi folks!<br>
      <br>
      Hopefully here is the right place to ask CFFI user related
      questions.<br>
      What would be an appropriate CFFI definition for the following C
      entities?<br>
      <br>
      1) typedef enum {<br>
             a = 0x01,<br>
             b = 0x02,<br>
             c = a | b,<br>
             d = 0x04 | c<br>
         } test;<br>
      <br>
      2) typedef char XXX[8];<br>
      <br>
      How are the C arrays handled in CFFI?<br>
      <br>
      Any feedback is very much appreciated!<br>
      <br>
      Regards<br>
      Nik<br>
    </font>
  </body>
</html>