Files

8 lines
64 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
%varargs(0,int x = 0) foo;
int foo(int x, ...);