Files

12 lines
87 B
OpenEdge ABL
Raw Permalink Normal View History

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