16#ifndef _STLP_INTERNAL_CCTYPE
17#define _STLP_INTERNAL_CCTYPE
19#if defined (_STLP_USE_NEW_C_HEADERS)
20# if defined (_STLP_HAS_INCLUDE_NEXT)
21# include_next <cctype>
23# include _STLP_NATIVE_CPP_C_HEADER(cctype)
29#if ! defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
30# if defined ( _STLP_IMPORT_VENDOR_CSTD )
32using _STLP_VENDOR_CSTD::isalnum;
33using _STLP_VENDOR_CSTD::isalpha;
34using _STLP_VENDOR_CSTD::iscntrl;
35using _STLP_VENDOR_CSTD::isdigit;
36using _STLP_VENDOR_CSTD::isgraph;
37using _STLP_VENDOR_CSTD::islower;
38using _STLP_VENDOR_CSTD::isprint;
39using _STLP_VENDOR_CSTD::ispunct;
40using _STLP_VENDOR_CSTD::isspace;
41using _STLP_VENDOR_CSTD::isupper;
42using _STLP_VENDOR_CSTD::isxdigit;
43using _STLP_VENDOR_CSTD::tolower;
44using _STLP_VENDOR_CSTD::toupper;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE