22#if !defined(RC_INVOKED)
24# if !defined (_STLP_OUTERMOST_HEADER_ID)
25# define _STLP_OUTERMOST_HEADER_ID 0x219
27# elif (_STLP_OUTERMOST_HEADER_ID == 0x219)
28# define _STLP_DONT_POP_HEADER_ID
32# if defined(_STLP_WCE_EVC3)
36# if defined (_STLP_HAS_INCLUDE_NEXT)
37# include_next <ctype.h>
39# include _STLP_NATIVE_C_HEADER(ctype.h)
43# if defined (_STLP_WCE)
44# define _STLP_NATIVE_SETJMP_H_INCLUDED
47# ifndef _STLP_CTYPE_H_SEEN
48# define _STLP_CTYPE_H_SEEN
65# if defined (UNDER_CE)
67# if (_WIN32_WCE < 300)
68# define _isctype iswctype
82__inline
int (
isascii)(
int c) {
return ((
unsigned)(
c) < 0x80); }
97__inline
int (
iswascii)(
int c) {
return ((
unsigned)(
c) < 0x80); }
103# if (_STLP_OUTERMOST_HEADER_ID == 0x219)
104# if ! defined (_STLP_DONT_POP_HEADER_ID)
106# undef _STLP_OUTERMOST_HEADER_ID
108# undef _STLP_DONT_POP_HEADER_ID
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
_Check_return_ _CRTIMP int __cdecl _isctype(_In_ int _C, _In_ int _Type)
_Check_return_ _CRTIMP int __cdecl ispunct(_In_ int _C)
_Check_return_ _CRTIMP int __cdecl isgraph(_In_ int _C)
_Check_return_ _CRTIMP int __cdecl iscntrl(_In_ int _C)
_Check_return_ _CRTIMP int __cdecl isalnum(_In_ int _C)