defs.h
来自「design_patterns code设计模式书中的源码 对学习设计模式的人」· C头文件 代码 · 共 13 行
H
13 行
#ifndef defs_h#define defs_htypedef int bool;const int true = 1;const int false = 0;class istream;class ostream;typedef float Coord;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?