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

10 lines
196 B
OpenEdge ABL

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