DStep - Bindings Generator 0.0.1

Jonathan Andrew jonfandrew at gmail.com
Tue Jul 10 17:40:04 PDT 2012


> -------------------------------------------------------
>
> If the .h has:
>
> typedef struct _Booger Booger;
>
> struct Booger
> {
>    int a;
> };
>

Oops, typo! should be:

  typedef struct _Booger Booger;

  struct _Booger
  {
     int a;
  };


More information about the Digitalmars-d-announce mailing list