Files

7 lines
52 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
%extend foo {
int bar() {
}
};