8 lines
32 B
OpenEdge ABL
8 lines
32 B
OpenEdge ABL
%module xxx
|
|
|
|
int foo(int);
|
|
|
|
}
|
|
|
|
|
%module xxx
|
|
|
|
int foo(int);
|
|
|
|
}
|
|
|
|
|