cctype

来自「Keil for ARM.rar」· 代码 · 共 23 行

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

/*
 * RCS $Revision: 1.3.2.1 $
 * Checkin $Date: 2001/02/22 16:23:34 $
 * Revising $Author: cadeniyi $
 */

#ifndef __cctype
#define __cctype

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

  #ifdef __EDG_RUNTIME_USES_NAMESPACES
    #undef __ctype_h   // later inclusion of ctype.h must do using std::*
  #endif
#endif

⌨️ 快捷键说明

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