📄 _prolog.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. *//* We undef "std" on entry , as STLport headers may include native ones. */# undef std# ifndef _STLP_CONFIG_H# include <stl/_config.h># endif/* If the platform provides any specific prolog actions, * like #pragmas, do include platform-specific prolog file */# if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)# include <config/_prolog.h># endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -