swig/SWIG/Examples/test-suite/li_carrays.i
2006-01-15 02:08:31 +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);