PageRenderTime 39ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | f57ded05635b5a71a1b5ded9691ac0b1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %typemap(in) (char *str, int len) {
  3. }
  4. %apply (char *str, int len) { int x };