summaryrefslogtreecommitdiff
path: root/share/swig/2.0.11/typemaps/cstring.swg
blob: e774c4312544de7bebe5c84d24ef4e5624b3c02a (plain)
1
2
3
4
5
6
7
8
9
%include <typemaps/cstrings.swg>

%typemaps_cstring(%cstring,
		 char,
		 SWIG_AsCharPtr,
		 SWIG_AsCharPtrAndSize,
		 SWIG_FromCharPtr,
		 SWIG_FromCharPtrAndSize);