4 lines
46 B
OpenEdge ABL
4 lines
46 B
OpenEdge ABL
%module xxx
|
|
%constant int BAR=0
|
|
int foo(int);
|
%module xxx
|
|
%constant int BAR=0
|
|
int foo(int);
|