Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/swig_apply_nargs.i

7 lines
91 B
OpenEdge ABL
Raw Normal View History

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