/trunk/Examples/test-suite/errors/swig_apply_nargs.i

# · Swig · 6 lines · 4 code · 2 blank · 0 comment · 0 complexity · f57ded05635b5a71a1b5ded9691ac0b1 MD5 · raw file

  1. %module xxx
  2. %typemap(in) (char *str, int len) {
  3. }
  4. %apply (char *str, int len) { int x };