📄 kl_compiler_cfg.h
字号:
///
/// @file kl_compiler_cfg.h
/// @author Kevin Lynx
/// @date 3.6.2008
///
#ifndef ___KL_COMPILER_CFG_H_
#define ___KL_COMPILER_CFG_H_
#include <cctype>
#include <cstddef>
#ifdef _MSC_VER
#pragma once
#endif
#ifndef KL_COMMON_NAMESPACE_BEGIN
#define KL_COMMON_NAMESPACE_BEGIN namespace kl_common {
#endif
#ifndef KL_COMMON_NAMESPACE_END
#define KL_COMMON_NAMESPACE_END }
#endif
#endif // end ___KL_COMPILER_CFG_H_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -