5 lines
44 B
OpenEdge ABL
5 lines
44 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
int foo(int)
|
||
|
|
int bar(int,int);
|
||
|
|
|