????

Your IP : 216.73.216.174


Current Path : /usr/share/swig/2.0.10/python/
Upload File :
Current File : //usr/share/swig/2.0.10/python/wchar.i

#ifdef __cplusplus

%{
#include <cwchar>
%}

#else

%{
#include <wchar.h>
%}

#endif

%types(wchar_t *);
%include <pywstrings.swg>

/*
  Enable swig wchar support.
*/
#define SWIG_WCHAR