git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8249 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
231 B
OpenEdge ABL
10 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);
|
|
|