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

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

#
Swig | 6 lines | 3 code | 3 blank | 0 comment | 0 complexity | cf897fa600a3aedb46a3bfb52451c11a MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. %rename("foo bar") foobar;
  3. int foobar(int);