STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
wctype.h
Go to the documentation of this file.
1 //
2 // stdio.h
3 //
4 // Copyright (c) Microsoft Corporation. All rights reserved.
5 //
6 // The C Standard Library <wctype.h> header.
7 //
8 #pragma once
9 #define _INC_WCTYPE
10 
11 #include <corecrt.h>
12 #include <corecrt_wctype.h>
13 
15 
16 
17 
18 typedef wchar_t wctrans_t;
19 _ACRTIMP wint_t __cdecl towctrans(wint_t c, wctrans_t value);
20 _ACRTIMP wctrans_t __cdecl wctrans(const char *name);
21 _ACRTIMP wctype_t __cdecl wctype(const char *name);
22 
23 
24 
#define _ACRTIMP
Definition: corecrt.h:27
unsigned short wint_t
Definition: corecrt.h:477
unsigned short wctype_t
Definition: corecrt.h:478
_CRT_BEGIN_C_HEADER typedef wchar_t wctrans_t
Definition: wctype.h:18
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:73
#define _CRT_END_C_HEADER
Definition: vcruntime.h:76
_ACRTIMP wctrans_t __cdecl wctrans(const char *name)
_ACRTIMP wint_t __cdecl towctrans(wint_t c, wctrans_t value)
_ACRTIMP wctype_t __cdecl wctype(const char *name)