/trunk/Examples/test-suite/errors/swig_apply_nargs.i
# · Swig · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · f57ded05635b5a71a1b5ded9691ac0b1 MD5 · raw file
- %module xxx
- %typemap(in) (char *str, int len) {
- }
- %apply (char *str, int len) { int x };