📄 chk_data.h
字号:
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2003 Note: Test data files should exist in the working directory Files may be created in the working directory and unlinked*/#ifndef CHK_DATA_H__#define CHK_DATA_H__#include "wystr.h"const WyStr TestFile_Empty("testfile.regf.empty"); // size=0const WyStr TestFile_1A("testfile.regf.LF"); // size=1, '\n'const WyStr TestFile_2A("testfile.regf.LF2"); // size=2, '\n' '\n'#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -