cctype
来自「Montavista Linux 下的多平台编译软件xdc」· 代码 · 共 30 行
TXT
30 行
/*****************************************************************************//* 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 + =
减小字号Ctrl + -
显示快捷键?