Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/scilab/struct/example.i
2019-08-04 21:38:19 -05:00

12 lines
87 B
OpenEdge ABL

%module example
%rename(Bar) Foo;
%inline %{
typedef struct {
int x;
} Foo;
%}