git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7710 626c5289-ae23-0410-ae9c-e8d60b6d4f22
7 lines
237 B
Text
7 lines
237 B
Text
|
|
%ensure_fragment(SWIG_AsCharPtrAndSize)
|
|
%ensure_fragment(SWIG_FromCharPtrAndSize)
|
|
|
|
%include <typemaps/strings.swg>
|
|
%typemaps_string(char, Char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrAndSize, strlen,
|
|
"<limits.h>", CHAR_MIN, CHAR_MAX)
|