8 lines
64 B
OpenEdge ABL
8 lines
64 B
OpenEdge ABL
%module xxx
|
|
|
|
%varargs(0,int x = 0) foo;
|
|
int foo(int x, ...);
|
|
|
|
|
|
|