ReactOS 0.4.16-dev-1063-gd722e70
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
int wint_t
Definition: _apple.h:38
#define __cdecl
Definition: accygwin.h:79
const GLubyte * c
Definition: glext.h:8905
wchar_t wctrans_t
Definition: wctype.h:147
wint_t __cdecl towctrans(wint_t, wctrans_t)
Definition: wctrans.cpp:33
wctype_t __cdecl wctype(const char *)
Definition: wctype.cpp:41
wctrans_t __cdecl wctrans(const char *)
Definition: wctrans.cpp:38
Definition: name.c:39
#define _ACRTIMP
Definition: corecrt.h:138
#define _UCRT_DISABLE_CLANG_WARNINGS
Definition: corecrt.h:109
#define _UCRT_RESTORE_CLANG_WARNINGS
Definition: corecrt.h:117
unsigned short wctype_t
Definition: corecrt.h:617
Definition: pdh_main.c:96
#define _CRT_END_C_HEADER
Definition: vcruntime.h:42
#define _CRT_BEGIN_C_HEADER
Definition: vcruntime.h:40