Files
ANSLibs/swig-4.3.0/Examples/test-suite/errors/c_long_short.i

7 lines
116 B
OpenEdge ABL
Raw Normal View History

%module xxx
int foo(long short x);
int bar(short long y);
int spam(long long long x);
int grok(short short int x);