cctype

来自「realview22.rar」· 代码 · 共 27 行

TXT
27
字号
/*
 * C++ header for C header ctype.h
 * Copyright 1997 ARM Limited. All rights reserved.
 */

/*
 * RCS $Revision: 1.6 $
 * Checkin $Date: 2004/06/03 10:32:52 $
 * Revising $Author: vkorstan $
 */

#ifndef __cctype
#define __cctype

  #define __CTYPE_NO_EXPORTS 1
  #include <ctype.h>
  #undef __CTYPE_NO_EXPORTS

  
  #undef __ctype_h   // later inclusion of ctype.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 /* __cctype */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?