16#ifndef _STLP_INTERNAL_CWCTYPE
17#define _STLP_INTERNAL_CWCTYPE
19#if defined (__BORLANDC__) && !defined (_STLP_INTERNAL_CCTYPE)
23#if !defined (_STLP_WCE_EVC3)
24# if defined (_STLP_USE_NEW_C_HEADERS)
25# if defined (_STLP_HAS_INCLUDE_NEXT)
26# include_next <cwctype>
28# include _STLP_NATIVE_CPP_C_HEADER(cwctype)
44# if defined (_STLP_IMPORT_VENDOR_CSTD) && !defined (__hpux)
46# if defined (_STLP_USE_GLIBC) && !(defined (_GLIBCPP_USE_WCHAR_T) || defined (_GLIBCXX_USE_WCHAR_T)) || \
47 defined (__sun) || defined (__FreeBSD__) || \
48 defined (__CYGWIN__) || \
49 defined (__MINGW32__) && ((__MINGW32_MAJOR_VERSION < 3) || (__MINGW32_MAJOR_VERSION == 3) && (__MINGW32_MINOR_VERSION <= 0))
51# define _STLP_VENDOR_CSTD_WFUNC
53# define _STLP_VENDOR_CSTD_WFUNC _STLP_VENDOR_CSTD
57using _STLP_VENDOR_CSTD_WFUNC::wctype_t;
58using _STLP_VENDOR_CSTD_WFUNC::wint_t;
59# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
60# if !defined (__BORLANDC__) && !defined (__MSL__)
61using _STLP_VENDOR_CSTD_WFUNC::wctrans_t;
62# if !defined (__DMC__) && (!defined(_WIN32_WCE) || (_WIN32_WCE < 400))
63using _STLP_VENDOR_CSTD_WFUNC::towctrans;
64using _STLP_VENDOR_CSTD_WFUNC::wctrans;
65using _STLP_VENDOR_CSTD_WFUNC::wctype;
67using _STLP_VENDOR_CSTD_WFUNC::iswctype;
69using _STLP_VENDOR_CSTD_WFUNC::iswalnum;
70using _STLP_VENDOR_CSTD_WFUNC::iswalpha;
71using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
73using _STLP_VENDOR_CSTD_WFUNC::iswdigit;
74using _STLP_VENDOR_CSTD_WFUNC::iswgraph;
75using _STLP_VENDOR_CSTD_WFUNC::iswlower;
76using _STLP_VENDOR_CSTD_WFUNC::iswprint;
77using _STLP_VENDOR_CSTD_WFUNC::iswpunct;
78using _STLP_VENDOR_CSTD_WFUNC::iswspace;
79using _STLP_VENDOR_CSTD_WFUNC::iswupper;
80using _STLP_VENDOR_CSTD_WFUNC::iswxdigit;
82using _STLP_VENDOR_CSTD_WFUNC::towlower;
83using _STLP_VENDOR_CSTD_WFUNC::towupper;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE
wint_t __cdecl towctrans(wint_t, wctrans_t)
wctrans_t __cdecl wctrans(const char *)