8 lines
64 B
OpenEdge ABL
8 lines
64 B
OpenEdge ABL
%module xxx
|
|
|
|
namespace foo {
|
|
%inline %{
|
|
int bar(int x) { }
|
|
%}
|
|
}
|