7 lines
116 B
OpenEdge ABL
7 lines
116 B
OpenEdge ABL
|
|
%module xxx
|
||
|
|
|
||
|
|
int foo(long short x);
|
||
|
|
int bar(short long y);
|
||
|
|
int spam(long long long x);
|
||
|
|
int grok(short short int x);
|