📄 tc15.h
字号:
/*** SNIPPETS doesn't support many older compilers, but it's easy to add** compiler or version specific header to make things portable. Here's** a sample header for Turbo C 1.5.*/#ifndef TC15__H#define TC15__H#include "clock.h"#include "strftime.h"#define signal ssignal#define FILENAME_MAX 80#endif /* TC15__H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -