6 lines
33 B
OpenEdge ABL
6 lines
33 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
|
||
|
|
%{
|
||
|
|
int foo(int x);
|
||
|
|
|