PageRenderTime 38ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Swig | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 46d4315ffd75b574e0bd26f0c26869b1 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. int foo(long short x);
  3. int bar(short long y);
  4. int spam(long long long x);
  5. int grok(short short int x);