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

10 lines
197 B
OpenEdge ABL

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