7 lines
52 B
OpenEdge ABL
7 lines
52 B
OpenEdge ABL
%module xxx
|
|
|
|
%extend foo {
|
|
int bar() {
|
|
}
|
|
};
|