/trunk/Examples/test-suite/errors/c_long_short.i
# · Swig · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 46d4315ffd75b574e0bd26f0c26869b1 MD5 · raw file
- %module xxx
- int foo(long short x);
- int bar(short long y);
- int spam(long long long x);
- int grok(short short int x);