swig/Lib/ruby/cstring.i
2005-10-18 13:54:54 +00:00

10 lines
198 B
OpenEdge ABL

%include <typemaps/cstring.swg>
%include <rubystrings.swg>
%typemap_cstrings(%cstring,
char,
SWIG_AsCharPtr,
SWIG_AsCharPtrAndSize,
SWIG_FromCharPtr,
SWIG_FromCharPtrAndSize);