swig/Examples/test-suite/li_carrays.i
2006-01-06 11:42:24 +00:00

9 lines
191 B
OpenEdge ABL

%module li_carrays
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) doubleArray; /* Ruby, wrong class name */
%include "carrays.i"
%array_functions(int,intArray);
%array_class(double, doubleArray);