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

📄 _epilog.h

📁 MONA是为数不多的C++语言编写的一个很小的操作系统
💻 H
字号:
/* NOTE : this header has no guards and is MEANT for multiple inclusion ! * If you are using "header protection" option with your compiler, * please also find #pragma which disables it and put it here, to * allow reentrancy of this header. *//* If the platform provides any specific epilog actions,   like #pragmas, do include platform-specific prolog file */# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)#  include <config/_epilog.h># endif# ifndef _STLP_NO_POST_COMPATIBLE_SECTION#  include <stl/_config_compat_post.h># endif/* provide a mechanism to redefine std:: namespace in a way that is transparent to the  * user. _STLP_REDEFINE_STD is being used for wrapper files that include native headers * to temporary undef the std macro. */#  if defined ( _STLP_USE_NAMESPACES ) && (defined ( _STLP_USE_OWN_NAMESPACE ) && !defined ( _STLP_REDEFINE_STD ) )#   undef _STLP_REDEFINE_STD#   define _STLP_REDEFINE_STD 1#  endif# if defined (_STLP_REDEFINE_STD)/*  We redefine "std" to "stlport", so that user code may use std:: transparently */#   undef  std#   define std STLPORT# else# if defined(__cplusplus)#  ifndef _STLP_CONFIG_H#   include <stl/_config.h>#  endif# endif /* __cplusplus */# endif

⌨️ 快捷键说明

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