swig/SWIG/Examples/test-suite/li_cdata.i

8 lines
70 B
OpenEdge ABL

%module lib_cdata
%include "cdata.i"
%cdata(int);
%cdata(double);