ReactOS 0.4.16-dev-2122-g1628f5e
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#ifndef _INC_WCTYPE // include guard for 3rd party interop
10#define _INC_WCTYPE
11
12#include <corecrt.h>
13#include <corecrt_wctype.h>
14
15#pragma warning(push)
16#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
18
20
21
22
23typedef wchar_t wctrans_t;
27
28
29
32#pragma warning(pop) // _UCRT_DISABLED_WARNINGS
33#endif // _INC_WCTYPE
#define __cdecl
Definition: corecrt.h:121
#define _ACRTIMP
Definition: corecrt.h:153
unsigned short wint_t
Definition: corecrt.h:243
unsigned short wctype_t
Definition: corecrt.h:244
wchar_t wctrans_t
Definition: wctype.h:71
wint_t __cdecl towctrans(wint_t, wctrans_t)
Definition: wcs.c:149
wctype_t __cdecl wctype(const char *)
Definition: wctype.cpp:41
wctrans_t __cdecl wctrans(const char *)
Definition: wctrans.cpp:38
const GLubyte * c
Definition: glext.h:8905
#define _UCRT_DISABLE_CLANG_WARNINGS
Definition: corecrt.h:109
#define _UCRT_RESTORE_CLANG_WARNINGS
Definition: corecrt.h:117
Definition: name.c:39
Definition: pdh_main.c:96
#define _CRT_END_C_HEADER
Definition: vcruntime.h:42
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:40