DEBSOURCES
Skip Quicknav
sources / renderdoc / 1.2%2Bdfsg-2 / swig / Examples / scilab / struct / example.i
1234567891011
%module example %rename(Bar) Foo; %inline %{ typedef struct { int x; } Foo; %}