blob: bb1519c1ea9eff4d7c5e3f1839c587392f191d2f [file] [log] [blame]
%module xxx
%typemap(in) (char *str, int len) {
}
%apply (char *str, int len) { int x };