dwww Home | Show directory contents | Find package

%module struct_value

%inline %{

struct Foo {
   int x;
};

struct Bar {
   Foo   a;
   struct Foo b;
};

%}

Generated by dwww version 1.15 on Tue Jul 2 00:47:58 CEST 2024.