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

# · Swig · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 46d4315ffd75b574e0bd26f0c26869b1 MD5 · raw file

  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);