📄 cwctype
字号:
/*
* C++ header for C header wctype.h
* Copyright 2002 ARM Limited. All rights reserved.
*/
/*
* RCS $Revision: 1.3 $
* Checkin $Date: 2004/06/03 10:32:53 $
* Revising $Author: vkorstan $
*/
#ifndef __cwctype
#define __cwctype
#define __WCTYPE_NO_EXPORTS 1
#include <wctype.h>
#undef __WCTYPE_NO_EXPORTS
#undef __wctype_h // later inclusion of wctype.h must do using std::*
#ifdef __EDG_IMPLICIT_USING_STD
/* Implicitly include a using directive for the STD namespace when this
preprocessing flag is TRUE. */
using namespace ::std;
#endif /* ifdef __EDG_IMPLICIT_USING_STD */
#endif /* __cwctype */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -