Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/li_cpointer.i
2019-08-04 21:38:19 -05:00

11 lines
231 B
OpenEdge ABL

%module li_cpointer
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) doublep; /* Ruby, wrong class name */
%include "cpointer.i"
%pointer_functions(int,intp);
%pointer_class(double,doublep);
%pointer_cast(int, unsigned int, int_to_uint);