PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Swig | 3 lines | 2 code | 1 blank | 0 comment | 0 complexity | 6e7f96ba6d24f6003aad0844dc97f1c5 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, ...);