PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/test-suite/errors/c_empty_char.i

#
Swig | 4 lines | 2 code | 2 blank | 0 comment | 0 complexity | 1962d126506f7da11d1f2936ad86bd78 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. int foo(int x = '');