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

📄 clocale

📁 realview22.rar
💻
字号:
/*
 * C++ header for C header locale.h
 * Copyright 1997 ARM Limited. All rights reserved.
 */

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


#ifndef __clocale
#define __clocale

  #define __LOCALE_NO_EXPORTS 1
  #include <locale.h>
  #undef __LOCALE_NO_EXPORTS

  #undef __locale_h  // later inclusion of locale.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 /* __clocale */ 

⌨️ 快捷键说明

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