Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/swig/3.0.7/python/
Upload File :
Current File : //usr/X11R6/share/swig/3.0.7/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