⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cctype

📁 Montavista Linux 下的多平台编译软件xdc
💻
字号:
/*****************************************************************************//* cctype    v6.0.3                                                          *//* Copyright (c) 1996-2006 Texas Instruments Incorporated                    *//*****************************************************************************//************************************************************************//*                                                                      *//*  CHARACTER TYPING FUNCTIONS AND MACROS                               *//*                                                                      *//*  Note that in this implementation, either macros or functions may    *//*  be used.  Macros are prefixed with an underscore.                   *//*                                                                      *//************************************************************************/#ifndef _CCTYPE#define _CCTYPE#define _CPP_STYLE_HEADER#include <ctype.h>#undef _CPP_STYLE_HEADER#ifdef __embedded_cplusplus//----------------------------------------------------------------------------// We cannot expect the embedded C++ user to use std namespace. So we include// the using directive when compiled under embedded C++.//----------------------------------------------------------------------------using namespace std;#endif /* __embedded_cplusplus */#endif  /* #ifndef _CCTYPE */

⌨️ 快捷键说明

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