10 lines
50 B
OpenEdge ABL
10 lines
50 B
OpenEdge ABL
%module xxx
|
|
|
|
int blah;
|
|
using namespace blah;
|
|
|
|
|
|
|
|
|
|
|
%module xxx
|
|
|
|
int blah;
|
|
using namespace blah;
|
|
|
|
|
|
|
|
|
|
|