Files

7 lines
91 B
OpenEdge ABL
Raw Permalink Normal View History

%module xxx
%typemap(in) (char *str, int len) {
}
%apply (char *str, int len) { int x };