📄 lib-bcl.h
字号:
// lib-bcl.h
// lib-bcl.lnt contains an option -header(lib-bcl.h) which causes
// this header file to be automatically included for every
// module (compilation unit)
// this is only needed for C++
#ifdef __cplusplus
// These are required for PC-lint to process templates referring to same
template <class T,class Alloc> class TMSListImp;
template <class T,class Alloc> class TMIListIteratorImp;
template <class T,class Alloc> class TMISListIteratorImp;
// This is probably a mispelling of "TOcRemView"
class TOcRemVie;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -